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 8b3ebd6 commit 5775137Copy full SHA for 5775137
lib/generate-code.js
@@ -28,8 +28,6 @@ module.exports = function generateCode(
28
29
var tempOutput = node.toString()
30
31
- console.log(tempOutput)
32
-
33
if (
34
tempOutput.match(/\}\(.*.?Vue\);/) &&
35
tempOutput.includes('vue-class-component')
0 commit comments