chore(docs): update repl
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
<script>
|
||||
<script lang="ts">
|
||||
import { isClient } from '@vueuse/core'
|
||||
import { Suspense } from 'vue'
|
||||
import DocsRepl from './DocsRepl.vue'
|
||||
|
||||
export default defineComponent({
|
||||
@@ -8,7 +9,7 @@ export default defineComponent({
|
||||
return () => {
|
||||
if (!isClient) return null
|
||||
|
||||
return h(DocsRepl, props)
|
||||
return h(Suspense, h(DocsRepl, props))
|
||||
}
|
||||
},
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user