Skip to content

Commit 348d1bb

Browse files
committed
remove log
1 parent ffe4ee8 commit 348d1bb

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

dist/main.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/main.js.gz

-4 Bytes
Binary file not shown.

src/index.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,6 @@ const Lazy = {
126126
vnode._lazyBound = false;
127127
}
128128

129-
console.log(vnode);
130-
131129
vnode.context.$nextTick(() => {
132130
const loader = vnode._$lazy;
133131
if (loader) {

0 commit comments

Comments
 (0)