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 17
17
<tr class =" t-header sticky z-10 top-0 text-xs bg-lightListTableHeading dark:bg-darkListTableHeading dark:text-gray-400" >
18
18
<td scope =" col" class =" p-4" >
19
19
<Checkbox
20
- v-model =" allFromThisPageChecked"
20
+ :modelValue =" allFromThisPageChecked"
21
21
:disabled =" !rows || !rows.length"
22
22
@update:modelValue =" selectAll"
23
23
>
Original file line number Diff line number Diff line change 21
21
<tr class =" t-header sticky z-10 top-0 text-xs bg-lightListTableHeading dark:bg-darkListTableHeading dark:text-gray-400" >
22
22
<td scope =" col" class =" p-4" >
23
23
<Checkbox
24
- v-model =" allFromThisPageChecked"
24
+ :modelValue =" allFromThisPageChecked"
25
25
:disabled =" !rows || !rows.length"
26
26
@update:modelValue =" selectAll"
27
27
>
You can’t perform that action at this time.
0 commit comments