mirror of
https://github.com/hay-kot/mealie.git
synced 2025-08-23 06:45:22 -07:00
fix vuedraggable api usage
This commit is contained in:
parent
49c8289356
commit
53d23c0272
1 changed files with 2 additions and 2 deletions
|
@ -144,7 +144,7 @@
|
||||||
:delay-on-touch-only="true"
|
:delay-on-touch-only="true"
|
||||||
@start="loadingCounter += 1"
|
@start="loadingCounter += 1"
|
||||||
@end="loadingCounter -= 1"
|
@end="loadingCounter -= 1"
|
||||||
@input="updateIndexUnchecked"
|
@update:modelValue="updateIndexUnchecked"
|
||||||
>
|
>
|
||||||
<v-lazy
|
<v-lazy
|
||||||
v-for="(item, index) in listItems.unchecked"
|
v-for="(item, index) in listItems.unchecked"
|
||||||
|
@ -268,7 +268,7 @@
|
||||||
:delay="250"
|
:delay="250"
|
||||||
:delay-on-touch-only="true"
|
:delay-on-touch-only="true"
|
||||||
class="my-2"
|
class="my-2"
|
||||||
@input="updateLabelOrder"
|
@update:modelValue="updateLabelOrder"
|
||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
v-for="(labelSetting, index) in localLabels"
|
v-for="(labelSetting, index) in localLabels"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue