2
0
Эх сурвалжийг харах

Merge pull request #2214 from Jinjiang/misc-compile

removed unnecessary return value in Vue#_compile(el)
Evan You 10 жил өмнө
parent
commit
b87bc00d14

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

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