-
why?
-
Hello, i've got an issue with 3.0.3 package.
main.js
```javascript
/* eslint-disable import/order */
// import '@/@fake-db/db'
import '@/@iconify/icons-bundle'
import App from '@/App.vue'
i…
-
The backend is implemented, however it would be better to not rely on running a backend (dependencies and all) just for exclusively developing the frontend. Since response data is defined in `p2s-back…
-
How can I inject a Vuex store for use with components I'm testing? I see vue-play itself uses Vuex so I'm not sure how to make use of Vuex myself without vue-play interfering.
-
Hi, is it posible to make this as file selector that returns file path on select like asgardcms has media manager.
https://github.com/Idavoll/Media/blob/3.0/Assets/js/components/SingleMedia.vue
ht…
bajki updated
4 years ago
-
i am trying to use this package with electron-vue template but getting following error on Windows 10 machine
```
D:\Electron\Electron-vue-startup-template\node_modules\electron-download-manager\i…
-
### Describe the bug
autocompletion not show ,but when i click enter,i can get autocompletion ,
this is my code
![image](https://user-images.githubusercontent.com/19516729/192927432-4e5443ee-1709-4…
-
**Describe the bug**
Writing stories involving Vue 3 plugins is made difficult by the reusing of the underlying app instance between stories. A typical usecase is to mock the vuex store and the route…
-
Inquiring about vuex-pathify being ported to vue3
-
### Describe the bug
Hello,
When I try to make 'vue' as external in vite config in order to use importmaps:
```
rollupOptions: {
external: ['vue', 'vue-router', 'vuex'],
```
I have fo…