Skip to content

Commit 543364a

Browse files
Update CommandRoot.vue
1 parent 45fa1ce commit 543364a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/CommandRoot.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import { findNextSibling, findPreviousSibling } from './utils'
99
import type { CommandRootEmits, CommandRootProps, ItemInfo } from './types'
1010
1111
defineOptions({
12-
name: 'CommandRoot',
12+
name: 'Command.Root',
1313
})
1414
1515
const props = withDefaults(defineProps<CommandRootProps>(), {

0 commit comments

Comments
 (0)