-
Observed:
While editing the following test file,
```ts
// App.spec.ts
import { mount } from "@vue/test-utils"
import { describe, it, expect } from "vitest"
import App from "../src/App.vue"
de…
-
Since https://github.com/vuejs/core/pull/11458
Using the component will throw an error __asyncHydrate is not a function (because vue thinks it's a suspense component but the new internal is missing…
-
### Is there an existing issue for this?
- [x] I have checked for existing issues https://github.com/getsentry/sentry-javascript/issues
- [x] I have reviewed the documentation https://docs.sentry.io/…
-
I was wondering if anyone had some experiences or ideas on how could Vue be used for custom tool development?
I know there is a Vue wrapper for editor.js, but it's just a wrapper and I'm not lookin…
-
In vue example files, the given wrapper `_shared/src/Scheduler.vue` has a limitation : if you give it your own listener, the internal event listening is overwritten and internal events are broken.
…
-
Thank you very much for this great library! However, when developing on vue 3, I ran into some problems.
The first thing I came across was an erroneous description of the vue 3 connection in the do…
-
## Steps to reproduce
1. Open talk and look at an avatar of a group conversation in the left sidebar.
2. See the dark gray hairline around the avatar image.
### Expected behaviour
- There shou…
-
Thanks for this awesome project, really helps a lot :)
I created a very small wrapper component to work with vue-quilly ( playground => https://stackblitz.com/edit/vitejs-vite-ebyuz3?file=src%2FRic…
-
### Reproduction Link
https://codesandbox.io/p/devbox/vant-4-issue-template-forked-w6qk8l?file=%2Fsrc%2Fcontr.test.ts
### Vant Version
vant 4.9.4
### Describe the Bug
Vue 3.0 + Vite + @vue/test-u…
-
**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…