Skip to content

Commit 038d63d

Browse files
authored
Merge pull request #8 from devforth/AdminForth/641
fix: add correct defaultSort
2 parents ec793cf + 66d2118 commit 038d63d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

custom/InlineList.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@
110110
@update:checkboxes="checkboxes = $event"
111111
@update:records="getList"
112112

113+
:sort="sort"
113114
:pageSize="pageSize"
114115
:totalRows="totalRows"
115116
:checkboxes="checkboxes"

0 commit comments

Comments
 (0)