Dan Sullivan

Results 3 comments of Dan Sullivan
trafficstars

Unfortunately Vue components are exported as standard js objects in standard js files. Could this be opt in for all js files? Thanks

Template literals can contain plain strings, variables wrapped in ${} and html; https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Template_literals I don't know anything about how the VSCode grammar stuff works to answer whether that would cause...

Since HTML itself supports plain strings I'm not sure I see the issue? If it helps Vue components are required to have a single root element so ignoring whitespace they...