fix(datalist): typo on doSort
This commit is contained in:
parent
68e32fbffa
commit
e773ab0e97
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@
|
|||
class="cursor"
|
||||
:class="header.thClasses"
|
||||
valign="top"
|
||||
@click="soSort(header.orderKey ?? header.key)"
|
||||
@click="doSort(header.orderKey ?? header.key)"
|
||||
>
|
||||
<SortButton
|
||||
:current-order="order"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue