Explorar el Código

Merge pull request #2214 from Jinjiang/misc-compile

removed unnecessary return value in Vue#_compile(el)
Evan You hace 10 años
padre
commit
b87bc00d14
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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._callHook('compiled')
-    return el
   }
 
   /**