chore(core): update d3 type deps

This commit is contained in:
braks
2023-10-07 11:39:48 +02:00
committed by Braks
parent 247a037a39
commit b0ffe42007
10 changed files with 41 additions and 185 deletions
+4
View File
@@ -7,6 +7,10 @@ export default defineComponent({
props: ['example', 'examplesImports', 'dependencies'],
setup(props) {
return () => {
if (typeof navigator === 'undefined') {
return null
}
return h(Suspense, h(DocsRepl, props))
}
},