Skip to content

Commit 42cd83f

Browse files
committed
Config - Update VueUiVerticalBar config
1 parent 5472389 commit 42cd83f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/useConfig.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,8 @@ export function useConfig() {
6565

6666
const SORT = {
6767
ASC: 'asc',
68-
DESC: 'desc'
68+
DESC: 'desc',
69+
NONE: 'none'
6970
}
7071

7172
const LTTB = {

0 commit comments

Comments
 (0)