Explorar el Código

Update 5vue-merge.md

line 1473, change 'minixs' to 'mixins'
lianchi hace 7 años
padre
commit
568c5e907d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      docs/art/5vue-merge.md

+ 1 - 1
docs/art/5vue-merge.md

@@ -1470,7 +1470,7 @@ new Vue ({
 // created:instance
 ```
 
-这是因为 `mergeOptions` 函数在处理 `mixins` 选项的时候递归调用了 `mergeOptions` 函数将 `minxis` 合并到了 `parent` 中,并将合并后生成的新对象作为新的 `parent`:
+这是因为 `mergeOptions` 函数在处理 `mixins` 选项的时候递归调用了 `mergeOptions` 函数将 `mixins` 合并到了 `parent` 中,并将合并后生成的新对象作为新的 `parent`:
 
 ```js
 if (child.mixins) {