Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
vetur-0.37.0.vsix | 2023-02-20 | 15.0 MB | |
0.37.0.tar.gz | 2023-02-20 | 761.7 kB | |
0.37.0.zip | 2023-02-20 | 962.9 kB | |
README.md | 2023-02-20 | 525 Bytes | |
Totals: 4 Items | 16.7 MB | 0 |
0.37.0 | 2023-02-20 | VSIX
- Upgrade to typescript 4.9 and support it.
- Upgrade prettier and prettier-eslint.
- Upgrade ESLint and eslint-plugin-vue.
- Upgrade many deps.
- Recommend new official extension in vue 3 project.
- Basic support
<script setup>
. [#2296]Vetur will only basic support
<script setup>
. If you want full support, please to useVue Language Features (Volar)
(volar).