Skip to content

Commit

Permalink
docs(doc-site): fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
2214962083 committed May 24, 2022
1 parent 1a02f7b commit e6c0e33
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/doc-site/zh/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ actions:
type: secondary
features:
- title: vue-xrender
details: template 中渲染 jsx 或在 jsx 中渲染 template 字符串,自由渲染由你做主。支持 vue2 和 vue3
details: 一个可以让你在 vue template 中渲染 jsx 或在 jsx 中渲染 template 字符串,自由渲染由你做主。支持 vue2 和 vue3
link: '/zh/libs/vue-xrender/README.md'

- title: class-mock
Expand Down
4 changes: 3 additions & 1 deletion packages/doc-site/zh/libs/vue-playground/example.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,4 +128,6 @@ const playgroundProps: PlaygroundOptions = {
}
</script>

<playground v-bind="playgroundProps"></playground>
<ClientOnly>
<playground v-bind="playgroundProps"></playground>
</ClientOnly>

0 comments on commit e6c0e33

Please sign in to comment.