mirror of
https://github.com/ZiuChen/ZiuChen.github.io.git
synced 2025-08-18 07:29:33 +08:00
fix: 修正预渲染错误
This commit is contained in:
parent
f7c83d3dc6
commit
788bf7ea46
@ -14,4 +14,6 @@ footer: false
|
|||||||
import DemoComponent from './Index.vue'
|
import DemoComponent from './Index.vue'
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
<ClientOnly>
|
||||||
<DemoComponent />
|
<DemoComponent />
|
||||||
|
</ClientOnly>
|
@ -11,4 +11,6 @@ outline: false
|
|||||||
import DemoComponent from './Inner.vue'
|
import DemoComponent from './Inner.vue'
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
<ClientOnly>
|
||||||
<DemoComponent />
|
<DemoComponent />
|
||||||
|
</ClientOnly>
|
Loading…
x
Reference in New Issue
Block a user