mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-03 15:46:43 +02:00
Remove null
from diagrams before render
This commit is contained in:
@@ -17,7 +17,7 @@ const props = defineProps({
|
|||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
||||||
const svg = ref(null);
|
const svg = ref('');
|
||||||
let mut = null;
|
let mut = null;
|
||||||
|
|
||||||
onMounted(async () => {
|
onMounted(async () => {
|
||||||
|
Reference in New Issue
Block a user