mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-01-28 07:03:17 +08:00
Remove null
from diagrams before render
This commit is contained in:
parent
ac21fe2d5c
commit
fe2ef5e0c6
@ -17,7 +17,7 @@ const props = defineProps({
|
||||
},
|
||||
});
|
||||
|
||||
const svg = ref(null);
|
||||
const svg = ref('');
|
||||
let mut = null;
|
||||
|
||||
onMounted(async () => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user