3
0

Remove deprecated options prop from draggable

This commit is contained in:
Jože Fortun
2023-01-18 12:20:03 +01:00
parent 65750c5864
commit 81ea895b82
4 changed files with 5 additions and 5 deletions

View File

@@ -182,7 +182,7 @@
class="metrics mb-3"
:list.sync="metrics"
handle=".metric-handle"
:options="{ group: `metrics_${moduleID}` }"
:group="`metrics_${moduleID}`"
>
<fieldset
v-for="(m,i) in metrics"

View File

@@ -128,9 +128,9 @@
<div class="ml-1">
<draggable
v-model="reports"
:options="{ handle:'.handle' }"
class="w-100 d-inline-block"
handle=".handle"
tag="tbody"
class="w-100 d-inline-block"
>
<report-item
v-for="(r, i) in reports"

View File

@@ -284,7 +284,7 @@
<draggable
v-model="module.fields"
:options="{ handle:'.handle' }"
handle=".handle"
tag="tbody"
>
<field-row-edit

View File

@@ -30,9 +30,9 @@
<draggable
v-if="filteredApps.length"
v-model="appList"
:disabled="!canCreateApplication || query || isMobileResolution"
group="apps"
class="h-100 w-100"
:disabled="!canCreateApplication || query || isMobileResolution"
@end="onDrop"
>
<transition-group