[Feature request] Support Vue SFCs with setup
See original GitHub issueI like the very slim approach of this lib.
I tried to use it in a Vue 3 project with <script setup>
tags, but they are not recognised.
It would be nice to have support for them, too.
Issue Analytics
- State:
- Created 2 years ago
- Reactions:3
- Comments:5 (1 by maintainers)
Top Results From Across the Web
Support the <script setup> syntax in SFCs #3108 - GitHub
Feature Request. See https://v3.vuejs.org/api/sfc-script-setup.html. Currently there are no errors with the new <script setup> syntax, ...
Read more ><script setup> | Vue.js
<script setup> is a compile-time syntactic sugar for using Composition API inside Single-File Components (SFCs). It is the recommended syntax if you are ......
Read more >Vue 3: Support new <script setup> without ref sugar - YouTrack
When using it with lang='ts' , vue dependencies are not resolved, all appears in red and no autocompletion, whilte the rest of imports...
Read more >Vue 3.2 - Using Composition API with Script Setup
Vue 3 introduced the Composition API as a new way to work with reactive state in a Vue application. Rather than organizing code...
Read more >How to Structure a Large Scale Vue.js Application
At it's simplest, it's the ability to intuitively go from a feature request or bug report to the location in the codebase where...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
hey there, please try out version 3.0.0. note that you’ll have to install
@volar/vue-typescript
as a dev dependency.YES, its working!