-
### Vue version
3.3.4
### Link to minimal reproduction
https://github.com/chenweiyi/vue-test-demo
### Steps to reproduce
1. download [repo](https://github.com/chenweiyi/vue-test-demo)
…
-
After upgrade to v2 I am not able to get rid of this error saying `To enable project-wide JavaScript/TypeScript language features, exclude large folders with source files that you do not work on.`
…
-
### Describe the bug
I use Select component with both `editable` and `filter` properties enabled. When I just choose an existing option from the dropdown area, everything works great until I try to f…
-
"I'm having issues with the plugin when working with nested pages. For instance, at the top-level, the plugin works fine, and at the second level too. However, when configuring a third level (pages/au…
-
Since today the devtools in my console is no longer showing up. however the extension says: "Vue.js is detected on this page."
Im not sure if this is related to the release done today, but I have che…
-
### Vue version
3.2.47
### Link to minimal reproduction
https://stackblitz.com/edit/vue-ssr-repro-xlrnx1
### Steps to reproduce
Open the homepage in the reproduction.
Look at the "Register now!"…
-
Some component frameworks (e.g. react, svelte 5, solid) use "synthetic event delegation" to invoke event handlers. When used in conjunction with custom elements that attach event handlers outside of t…
-
Hello.
Project Structure
![error-whyframe](https://github.com/user-attachments/assets/e1a3f697-5dc1-460e-ad82-117f3f865312)
The documentation is created using VitePress and is located in the `/…
-
### Environment
```bash
Developement/Production OS: macOS 14.2.1
Node version: 20.9.0
Package manager: bun@1.0.22
Radix Vue version: 1.3.2
Shadcn Nuxt version: 0.8.7
Vue version: 3.4.14
Nuxt…
-
Hi!
I'm using a similar implementation of `he-tree-vue` as shown here:
https://he-tree-vue.phphe.com/guide.html#custom-display-through-default-slot
The example above breaks when adding it to a …