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 3032add commit cc3bf69Copy full SHA for cc3bf69
src/index.vue
@@ -14,7 +14,7 @@ export default {
14
},
15
name: 'VueMermaidComponent',
16
props: {
17
- value: { type: String },
+ value: { required: true, type: String },
18
19
render() {
20
return <div>{this.value}</div>
0 commit comments