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

View File

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