File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
adminforth/spa/src/components Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1717 <tr class =" t-header sticky z-10 top-0 text-xs bg-lightListTableHeading dark:bg-darkListTableHeading dark:text-gray-400" >
1818 <td scope =" col" class =" p-4" >
1919 <Checkbox
20- v-model =" allFromThisPageChecked"
20+ :modelValue =" allFromThisPageChecked"
2121 :disabled =" !rows || !rows.length"
2222 @update:modelValue =" selectAll"
2323 >
Original file line number Diff line number Diff line change 2121 <tr class =" t-header sticky z-10 top-0 text-xs bg-lightListTableHeading dark:bg-darkListTableHeading dark:text-gray-400" >
2222 <td scope =" col" class =" p-4" >
2323 <Checkbox
24- v-model =" allFromThisPageChecked"
24+ :modelValue =" allFromThisPageChecked"
2525 :disabled =" !rows || !rows.length"
2626 @update:modelValue =" selectAll"
2727 >
You can’t perform that action at this time.
0 commit comments