Explorar el Código

Update 2vue-constructor.md

fixed some indentations
xiaoyual666 hace 7 años
padre
commit
c534613733
Se han modificado 1 ficheros con 5 adiciones y 5 borrados
  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 = {
 	components: {
 		KeepAlive,
-    		Transition,
-    		TransitionGroup
+		Transition,
+		TransitionGroup
 	},
 	directives: {
-    		model,
-    		show
- 	},
+		model,
+		show
+	},
 	filters: Object.create(null),
 	_base: Vue
 }