mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-08-31 06:06:44 +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;
|
||||
|
||||
onMounted(async () => {
|
||||
|
Reference in New Issue
Block a user