Skip to content
This repository was archived by the owner on Jun 10, 2021. It is now read-only.

Commit 0bbb445

Browse files
committed
Added other sort event
1 parent 637cd80 commit 0bbb445

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/App.vue

+2-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ export default {
2828
},
2929
{
3030
name: 'First Name',
31-
key: 'first_name'
31+
key: 'first_name',
32+
order: true
3233
},
3334
{
3435
name: 'Last Name',

0 commit comments

Comments
 (0)