- corretto scheda prodotto, record salvato
This commit is contained in:
@@ -50,11 +50,13 @@
|
||||
</thead>
|
||||
<!-- Corpo della Tabella (Tbody) -->
|
||||
<draggable
|
||||
v-model="internalProducts"
|
||||
v-if="!loading"
|
||||
:model-value="internalProducts"
|
||||
tag="tbody"
|
||||
handle=".drag-handle"
|
||||
item-key="_id"
|
||||
@end="onDragEnd"
|
||||
@update:modelValue="handleUpdate"
|
||||
>
|
||||
<template #item="{ element }">
|
||||
<tr
|
||||
|
||||
Reference in New Issue
Block a user