You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not sure how to do this (I have no experience with parsing, nor writing a vscode-extension) but I would really like to use the plugin within vue.js :)
Within a .vue file, there are two sections to consider:
The <template></template> section consists partly of javascript/typescript code (mixed within html)
The <script></script> section is purely javascript/typescript code
The text was updated successfully, but these errors were encountered:
Not sure how to do this (I have no experience with parsing, nor writing a vscode-extension) but I would really like to use the plugin within vue.js :)
Within a .vue file, there are two sections to consider:
<template></template>
section consists partly of javascript/typescript code (mixed within html)<script></script>
section is purely javascript/typescript codeThe text was updated successfully, but these errors were encountered: