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 63823fe commit 5d988cfCopy full SHA for 5d988cf
src/parser/component.js
@@ -65,7 +65,6 @@ function parseContent(content: string, templatePath: string, defaults: Object, t
65
Promise.all(promiseArray).then(resultsArray => {
66
const template = resultsArray[0];
67
const script = resultsArray[1];
68
- // console.log(resultsArray[2]);
69
let style = '';
70
if (resultsArray[2]) {
71
style = resultsArray[2];
0 commit comments