We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a524919 commit 41ef650Copy full SHA for 41ef650
src/compiler/codegen/index.js
@@ -40,7 +40,6 @@ export function generate (
40
const code = ast ? genElement(ast) : '_c("div")'
41
staticRenderFns = prevStaticRenderFns
42
onceCount = prevOnceCount
43
- console.log(code)
44
return {
45
render: `with(this){return ${code}}`,
46
staticRenderFns: currentStaticRenderFns
0 commit comments