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