-
I copied and pasted the example in the vue3 documentation and I keep getting:
Uncaught SyntaxError: The requested module '/node_modules/jscharting/dist/jscharting.js?v=c78523e5' does not provide an e…
-
Is there a way to use it in the composition API? from the coding example, it was used in the Options API and I had to combine it with the composition API.
-
### Vue version
3.3.4
### Link to minimal reproduction
https://play.vuejs.org/#eNp9UsFOwzAM/RWTy0Aam2C3qUwChAQcAAESl1zK6pZAmoQ4GUNV/x03ZR2T0JRL/OznPD+nEefOTVYRxVxIszkZLb1yAQhDdKBzU51JEUiKhTSq…
-
I have to add a second script tag because I need to export a variable for usage in storybook and jest. In storybook all is well, however Jest gives me issues. I followed the readme exactly. I'm guessi…
-
Bug Type: **`Component`**
## Environment
- Vue Version: `3.4.35`
- Element Plus Version: `2.8.0`
- Browser / OS: `Microsoft Edge 127.0.2651.86`
- Build Tool: `Vite`
## Reproduction
…
-
I'm having issues using this component with Vue 3. Is that because Vue 3 is not supported?
```
Uncaught TypeError: Vue.prototype is undefined
install main.js:28
use runtime-core.esm-bund…
-
When I reload the page after including the package I get this bug.
Thanks in advance for your help.
-
### What problem does this feature solve?
Hi! [@vue/test-utils](https://github.com/vuejs/test-utils) maintainer here!
With `` being a recommend way to use Vue3, there is a regression in testing e…
xanf updated
2 months ago
-
Hi, I've tried for many hours to implement the library without s results.
Can you provide any help?
I'm using vuejs 3 composition api + SFC
Thanks in advance.
-
### Describe the bug
Consider the following story:
```html
import { ref } from 'vue'
import { logEvent } from 'histoire/client'
import BaseButton from './BaseButton.vue'
let initStateNoBeuno =…