We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a02f7b commit e6c0e33Copy full SHA for e6c0e33
packages/doc-site/zh/README.md
@@ -11,7 +11,7 @@ actions:
11
type: secondary
12
features:
13
- title: vue-xrender
14
- details: 在 template 中渲染 jsx 或在 jsx 中渲染 template 字符串,自由渲染由你做主。支持 vue2 和 vue3
+ details: 一个可以让你在 vue template 中渲染 jsx 或在 jsx 中渲染 template 字符串,自由渲染由你做主。支持 vue2 和 vue3。
15
link: '/zh/libs/vue-xrender/README.md'
16
17
- title: class-mock
packages/doc-site/zh/libs/vue-playground/example.md
@@ -128,4 +128,6 @@ const playgroundProps: PlaygroundOptions = {
128
}
129
</script>
130
131
-<playground v-bind="playgroundProps"></playground>
+<ClientOnly>
132
+ <playground v-bind="playgroundProps"></playground>
133
+</ClientOnly>
0 commit comments