code refactoring

This commit is contained in:
Burak Civan
2022-12-23 13:48:34 +03:00
parent 0a6ee522cd
commit 3e85be223a
4 changed files with 31 additions and 3 deletions

View File

@ -1,4 +1,4 @@
<tbody is="draggable" tag="tbody" handle=".handle" @start="drag = true" @end="drag = false" @update="onUpdate">
<tbody is="draggable" tag="tbody" handle=".handle" @start="dragging = true" @end="dragging = false" @update="onUpdate">
<tr v-for="(row, index) in items" :index="index">
@stack('name_td_start')