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