We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45fa1ce commit 543364aCopy full SHA for 543364a
packages/CommandRoot.vue
@@ -9,7 +9,7 @@ import { findNextSibling, findPreviousSibling } from './utils'
9
import type { CommandRootEmits, CommandRootProps, ItemInfo } from './types'
10
11
defineOptions({
12
- name: 'CommandRoot',
+ name: 'Command.Root',
13
})
14
15
const props = withDefaults(defineProps<CommandRootProps>(), {
0 commit comments