From 9c7044c912a55f3e1363aeabada792d3f42f4951 Mon Sep 17 00:00:00 2001 From: neil Date: Thu, 15 Sep 2016 08:43:24 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=8D=95=E8=AF=8D=E9=94=99?= =?UTF-8?q?=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 修复单词错误 --- src/instance/internal/init.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/instance/internal/init.js b/src/instance/internal/init.js index 73254af277f..705a48e6cca 100644 --- a/src/instance/internal/init.js +++ b/src/instance/internal/init.js @@ -68,7 +68,7 @@ export default function (Vue) { // fragment: // if this instance is compiled inside a Fragment, it - // needs to reigster itself as a child of that fragment + // needs to register itself as a child of that fragment // for attach/detach to work properly. this._frag = options._frag if (this._frag) {