浏览代码

Update 2vue-constructor.md

fixed some indentations
xiaoyual666 7 年之前
父节点
当前提交
c534613733
共有 1 个文件被更改,包括 5 次插入5 次删除
  1. 5 5
      docs/art/2vue-constructor.md

+ 5 - 5
docs/art/2vue-constructor.md

@@ -731,13 +731,13 @@ extend(Vue.options.components, platformComponents)
 Vue.options = {
 Vue.options = {
 	components: {
 	components: {
 		KeepAlive,
 		KeepAlive,
-    		Transition,
-    		TransitionGroup
+		Transition,
+		TransitionGroup
 	},
 	},
 	directives: {
 	directives: {
-    		model,
-    		show
- 	},
+		model,
+		show
+	},
 	filters: Object.create(null),
 	filters: Object.create(null),
 	_base: Vue
 	_base: Vue
 }
 }