We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57e4829 commit ad343feCopy full SHA for ad343fe
src/Component.ts
@@ -16,7 +16,7 @@ import { debounce } from 'lodash-es'
16
import { PascalCasedName as name } from '../package.json'
17
import { globalAttrs, globalProps } from './install'
18
19
-export type Mode = 'tree' | 'text' | 'table'
+export type Mode = 'text' | 'tree' | 'table'
20
type ModelValueProp = 'modelValue' | 'value'
21
22
const modelValueProp: ModelValueProp = isVue3 ? 'modelValue' : 'value'
0 commit comments