8000 removed unnecessary return value in Vue#_compile(el) · codeclever/vue@0a222c1 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0a222c1

Browse files
author
勾股
committed
removed unnecessary return value in Vue#_compile(el)
1 parent fe02b38 commit 0a222c1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/instance/internal/lifecycle.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@ export default function (Vue) {
9494

9595
this._isCompiled = true
9696
this._callHook('compiled')
97-
return el
9897
}
9998

10099
/**

0 commit comments

Comments
 (0)
0