vue-mode
vue-mode copied to clipboard
Vue3 "script setup" mode
Is it possible to make syntax working in script setup sections?
As a workaround I've found that it works if you use:
<script setup="setup" lang="ts">
</script>
instead of
<script setup lang="ts">
</script>
but I agree it would be nice if it would act the same even using "setup" with no value.
Oh there's a pull request for it: https://github.com/AdamNiederer/vue-mode/pull/115
This was fixed by PRs #115 and #123. Please open a new issue if you encounter any problems.