-
Please find the link below for the git hub security alert.
https://github.com/advisories/GHSA-wm7h-9275-46v2
-
### Version
3.0.0
### Reproduction link
[https://github.com/Guervyl/vuejs3-Failed-to-resolve-component](https://github.com/Guervyl/vuejs3-Failed-to-resolve-component)
### Steps to …
-
### Version
3.2.18
### Reproduction link
[github.com](https://github.com/Guervyl/vueJs3-not-updated)
### Steps to reproduce
I created this project to reproduce it. https://github.…
-
### Description
After installing macOS Sonoma 14.4.1, when I run **npm run dev**, using Laravel 10, VueJS3 and Inertia on a MacBook Pro with M3 chip, the following error occurs: GET https://[::1]:51…
-
### 🐛 Description
When upgrading from **magic-sdk v6.2.1** to **magic-sdk v8.1.0** within a perfectly working VueJS3 project, I am getting this warning when serving my app (yarn serve):
```
W…
-
Hello.
I would like to know if this example works with vuejs3 or not ?
For instance, I have trouble running it.
-
I modified the coreui & vuejs3 free template and recently get some error about:
Uncaught TypeError: Failed to execute 'getComputedStyle' on 'Window': parameter 1 is not of type 'Element'.
Especiall…
-
This plugin doesn't work at all due to a change compared to the original version. The event listener is only bound after the ready event is observed, but by then the quality level events have been alr…
-
Not works:
```
function changeUsername(event) {
alert('Stupid Boy');
};
...
Log in
```
Works:
```
Log in
```
-
I have modified this to work with VueJs3 and Vite. Would you like me to share the code?