Skip to content

Commit e6c0e33

Browse files
committed
docs(doc-site): fix build error
1 parent 1a02f7b commit e6c0e33

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

packages/doc-site/zh/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ actions:
1111
type: secondary
1212
features:
1313
- title: vue-xrender
14-
details: template 中渲染 jsx 或在 jsx 中渲染 template 字符串,自由渲染由你做主。支持 vue2 和 vue3
14+
details: 一个可以让你在 vue template 中渲染 jsx 或在 jsx 中渲染 template 字符串,自由渲染由你做主。支持 vue2 和 vue3
1515
link: '/zh/libs/vue-xrender/README.md'
1616

1717
- title: class-mock

packages/doc-site/zh/libs/vue-playground/example.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,4 +128,6 @@ const playgroundProps: PlaygroundOptions = {
128128
}
129129
</script>
130130

131-
<playground v-bind="playgroundProps"></playground>
131+
<ClientOnly>
132+
<playground v-bind="playgroundProps"></playground>
133+
</ClientOnly>

0 commit comments

Comments
 (0)