-
Hi there,
I'm seeing a really long warning in the console when a component like Divider can't be found. It's way longer than it used to be. Here's what I'm using:
- Nuxt: 3.13.2
- Vue: 3.5.11
- Vite…
insub updated
3 weeks ago
-
### Describe the bug
Although the b-tooltip directive is documented, the component is not.
### Reproduction
https://bootstrap-vue-next.github.io/bootstrap-vue-next/docs/components.html
### Used Pa…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
### Reporting a bug?
We spent the day trying to track down a CSP bug:
```
Uncaught EvalError: Refused to evaluate a string as JavaScript because 'unsafe-eval' is not an allowed source of script i…
-
### Vue version
3.2.37
### Link to minimal reproduction
https://stackblitz.com/edit/vue-repro-vmodel-trim-type-error-directivearguments?file=package.json,App.vue&terminal=webpack
### Steps to repr…
-
directive
custom directive
Vue.directive('change',{
bind(e1,binding,vcode){
e1.style.color='red';
console.log(binding);
} …
-
- [x] I have searched through existing issues
- [x] I have read through [docs](https://vuejs.github.io/vetur)
- [x] I have read [FAQ](https://github.com/vuejs/vetur/blob/master/docs/FAQ.md)
## In…
-
### Reproduction
Just look at the complete log below
### Describe the bug
step by step -> https://www.shadcn-vue.com/docs/installation/nuxt.html
and then:
```
⬢ [Docker] ❯ npx nuxi@lates…
-
I have a Vue app.
And I have build a Vue plugin which contains all my UI component.
I would like that my UI plugin would also contain the i18n functionality.
Installing it it should add all my filt…
-
I'd like to color vue directives differently than normal attributes, but there aren't scopes to support it.
At the moment in sublime, `v-on:mousedown` or `@mousedown` will have the scopes:
```
te…