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 a3a9087 commit 4ba409cCopy full SHA for 4ba409c
src/index.vue
@@ -63,11 +63,7 @@ export default {
63
64
this.$el.removeAttribute('data-processed');
65
66
- mermaid.parseError = error => {
67
- console.log('reacting to parse-error');
68
- console.log(error);
69
- this.$emit('parse-error', error);
70
- };
+ mermaid.parseError = error => this.$emit('parse-error', error);
71
72
try {
73
await mermaid.run({
0 commit comments