Skip to content

Commit ad343fe

Browse files
committed
types: reorder type Mode (consistent with UI)
1 parent 57e4829 commit ad343fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import { debounce } from 'lodash-es'
1616
import { PascalCasedName as name } from '../package.json'
1717
import { globalAttrs, globalProps } from './install'
1818

19-
export type Mode = 'tree' | 'text' | 'table'
19+
export type Mode = 'text' | 'tree' | 'table'
2020
type ModelValueProp = 'modelValue' | 'value'
2121

2222
const modelValueProp: ModelValueProp = isVue3 ? 'modelValue' : 'value'

0 commit comments

Comments
 (0)