浏览代码

Update 2vue-constructor.md

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

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

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