-
There is currently no rule to enforce the use or not of `$props` in template.
Blocked by:
- [ ] vuejs/eslint-plugin-vue#2287
- [ ] vuejs/eslint-plugin-vue#2172
-
**Describe the bug**
I am trying to mock the mixins used in the Vue component by passing in a fake mixin under `global.mixins`. But it seems to be not working on the Component while on the ch…
-
When I update the series the chart goes blank.
Repro: [https://play.vuejs.org/#...](https://play.vuejs.org/#eNqFUk1v2zAM/SuELmkB166XrBuMJGhX9LAdtmLddqlycGwlUWNLgiSn7oL891KW47hBP4AgoMjnx/dIbsmVUuGmY…
-
Is there any way of handling errors or warnings in the SFCs, or at least detect if an error has occurred at run-time?
If a do a major no-no like `{{null.null}}` it will raise a high-level Error tha…
sp00x updated
3 years ago
-
Hi, I'm the author of the plugin [jsdoc-vuejs](https://github.com/Kocal/jsdoc-vuejs) and I've just faced a rendering issue with JSDoc 3.6+.
To give you some context, the plugin parse JSDoc to find …
Kocal updated
4 years ago
-
### Vue - Official extension or vue-tsc version
v2.0.26
### VSCode version
1.91.0
### Vue version
^3.4.18
### TypeScript version
~5.0.4
### System Info
_No response_
### …
-
**What rule do you want to change?**
vue/require-v-for-key
**Does this change cause the rule to produce more or fewer warnings?**
fewer
**How will the change be implemented? (New option, n…
-
### Describe the bug
trying to create vue projects with quasar framework in all of them gives me the following error
### Link to the Bolt URL that caused the error
https://bolt.new/~/sb1-zzbzw8
##…
-
React and Vue share many similarities. They both:
- utilize a virtual DOM
- provide reactive and composable view components
- maintain focus in the core library, with concerns such as routing and g…
-
I followed instruction in the README file :
`dotnet new -i aspnetcore-vuejs `
Then
`mkdir MyProject && cd MyProject`
Then
`dotnet new vuejs`
And i get the same template generated when choosin…