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.
2 parents b970dd9 + b75aaca commit 50fbc1aCopy full SHA for 50fbc1a
docs/zh-cn/view.md
@@ -4,7 +4,7 @@
4
5
- 你可以传递 props。
6
- `<router-view>` 中的 HTML 内容会被插入到相应组件的内容插入点(由 content 指定)。
7
-- `v-transition` 和 `transition-mode` 的完整支持。注意:为了场景切换效果能正常工作,路由组件必须是一个[片段实例](http://vuejs.org/guide/components.html#Fragment_Instance)。
+- `v-transition` 和 `transition-mode` 的完整支持。注意:为了场景切换效果能正常工作,路由组件必须不是一个[片断实例](http://vuejs.org/guide/components.html#Fragment_Instance)。
8
- `v-ref` 也得到支持;被渲染的组件会注册到父级组件的 `this.$` 对象。
9
10
然而,它也有一些限制
0 commit comments