Remove null from diagrams before render

This commit is contained in:
Sidharth Vinod 2023-02-21 16:33:42 +05:30
parent ac21fe2d5c
commit fe2ef5e0c6
No known key found for this signature in database
GPG Key ID: FB5CCD378D3907CD

View File

@ -17,7 +17,7 @@ const props = defineProps({
},
});
const svg = ref(null);
const svg = ref('');
let mut = null;
onMounted(async () => {