-
### Describe the bug
The plugin does not take into account that "error" is an optional parameter.
Component.vue:
```ts
props: {
error: String as PropType,
},
```
## Like now:
Component.…
-
Hello,
I have noticed that when a component with `` is created, no `.d.ts` file is created for it.
Is there a reason for this and is it correct?
![image](https://github.com/user-attachments/a…
-
Type: Bug
```
(base) ➜ learn-langchain which python
/Library/Frameworks/Python.framework/Versions/2.7/bin/python
(base) ➜ learn-langchain conda activate base
(base) ➜ learn-langchain which python…
-
Hi, This plugin is wonderful. Do you have any plans to support Neovim too?
-
WebStorm since version 2023.2 uses volar as the language server for vue, so this line in the documentation is no longer true:
https://github.com/vue-macros/vue-macros/blob/main/docs/guide/getting…
-
I want to develop an extended syntax for typescript based on volar, but I can't find more detailed usage documentation, such as how to configure syntax highlighting, etc. I can only look at the volar …
-
Hi,
Unfortunately I can't make a reproduction trigger the same problem as our main repo, but this repo should give an idea of our setup: https://github.com/jonasclement/volar-complex-repo
Basicall…
-
Pretty sure I'm doing this one right: Assigning a broadcast to a playlist is always returning null. Here's the relevant code from the phpunit test case:
``` php
$playlist_params = array("site" => "vo…
-
在使用ts开发mpx组件的时候,发现官方的mpx插件对ts的支持有些问题。比如想使用外部函数,经常无法自动提示项目中ts代码的导出,而且对tsconfig中配置的路径别名支持也不够完善,还有template中wxml不会自动填充闭合标签,对monorepo项目的支持也不太好等问题。所以尝试使用 Vue - Official 代替 mpx ,这几天使用后,发现效果还不错,有接近开发vue的体验。
…
-
Vue3 vscode 调试工具 volar 亲测好用