Skip to content

Commit 26bb4b6

Browse files
committed
wait to merge
1 parent 1a573d6 commit 26bb4b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/single-file-components.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ order: 19
55
---
66

77
## 介绍
8-
8+
99
在很多Vue项目中,全局组件使用 `Vue.component` 来定义,紧接着用 `new Vue({ el: '#container '})` 在每个页面内指定一个容器元素。
1010

1111
当 JavaScript 只是用来增强某个视图的时候,这种方案在中小型项目中工作得很好。然而在更复杂的项目中,或者当你的前端完全采用 JavaScript 驱动的时候,以下弊端就显现出来:

0 commit comments

Comments
 (0)