Просмотр исходного кода

Merge pull request #2214 from Jinjiang/misc-compile

removed unnecessary return value in Vue#_compile(el)
Evan You 10 лет назад
Родитель
Сommit
b87bc00d14
1 измененных файлов с 0 добавлено и 1 удалено
  1. 0 1
      src/instance/internal/lifecycle.js

+ 0 - 1
src/instance/internal/lifecycle.js

@@ -94,7 +94,6 @@ export default function (Vue) {
 
 
     this._isCompiled = true
     this._isCompiled = true
     this._callHook('compiled')
     this._callHook('compiled')
-    return el
   }
   }
 
 
   /**
   /**