Skip to content

Commit 5a1cab1

Browse files
committed
fix: fix component name
1 parent cc3bf69 commit 5a1cab1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export default {
1212
mermaid.init(this.value, this.$el)
1313
}
1414
},
15-
name: 'VueMermaidComponent',
15+
name: 'VueMermaidString',
1616
props: {
1717
value: { required: true, type: String },
1818
},

0 commit comments

Comments
 (0)