-
Recently, I started receiving the next Error on installing `VUEJS3_DEVTOOLS` extension:
```node
Failed install extension: Error: Version of Electron: 12.0.7 does not match required range >=1.2.1 for…
-
With the following ideas:
Menu on top, with contents like in replayer, plus a mode switch betwen "Edit" and "Play" like in quirli
- A track is a section, these are stacked always
- A track cons…
-
-
Thanks a lot for your repository.
I struggle a lot with the set up , i'm using laravel 8 , vue 3.2.14 and typescript 4.4.3 and i get these errors on npm run dev :
```
ERROR in ./node_modules/v…
-
Provide Vuejs v3 support
-
please modify it for using at vue-next(version 3 of vuejs)
thank you
-
Be patient.
> FYI: @Akryum is working on this. Please wait for the next release.
> —— From Evan
-----------------…
-
How can I hide text `Default`?
My component:
```vue
// import { defineComponent } from 'vue'
import Datepicker from 'vuejs3-datepicker';
import { ref } from 'vue';
…
-
If you have a components such as
```
Option1
Option2
radio1
radio1
```
Having `option` initial value to `undefined` will generate a `T…
-
**Describe the bug**
Wrong dev tools are requested from electron-devtools-installer.
If we have Vue 2, then current behaviour is correct.
For Vue 3 it should be VUEJS3_DEVTOOLS.
It is precisely …