Skip to content

Commit 4590518

Browse files
authored
Update instance.md
1 parent 369eab0 commit 4590518

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/instance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ var MyComponent = Vue.extend({
2929
var myComponentInstance = new MyComponent()
3030
```
3131

32-
尽管可以命令式地创建扩展实例,不过在多数情况下将组件构造器注册为一个自定义元素,然后声明式地用在模板中。我们将在后面详细说明[组件系统](components.html)。现在你只需知道所有的 Vue.js 组件其实都是被扩展的 Vue 实例。
32+
尽管可以命令式地创建扩展实例,不过在多数情况下将组件构造器注册为一个自定义元素,然后声明式地用在模板中。我们将在后面详细说明[组件系统](/guide/components.html)。现在你只需知道所有的 Vue.js 组件其实都是被扩展的 Vue 实例。
3333

3434

3535
## 属性与方法

0 commit comments

Comments
 (0)