Skip to content

Commit b49d6db

Browse files
committed
fix: component out name
1 parent ca0583a commit b49d6db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/VueCommand.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ const dispatch = async () => {
352352
353353
// Command is user created component. Decorate component
354354
const component = defineComponent({
355-
name: 'VueCommandEntryComponent',
355+
name: 'VueCommandOut',
356356
provide () {
357357
return {
358358
// This will be unique for the component and not reactive by design

0 commit comments

Comments
 (0)