-
All dependencies are on their latest versions.
Errors:
```
1:39 error Unable to resolve path to module '@vue/test-utils' import/no-unresolved
4:29 error Unable to resolve path to module '…
-
**Describe the bug**
requests to display profiles shows a spinning circle (ie 'waiting') that just continues to spin
**To Reproduce**
Steps to reproduce the behavior:
Either select the menu item…
-
> `docker build -t openas2_webui:latest -f Dockerfile_WebUI . --no-cache --progress=plain`
```
#0 building with "default" instance using docker driver
#1 [internal] load build definition from D…
-
#### i tried using ipcRenderer in one of my vuex modules and i keep getting undefined, and moreover when i console log electron after requiring it, i don't see ipcRenderer in it but i do see ipcMain, …
-
I am using two namespaced modules. In one module I have an action in which I am trying to commit a mutation from the other module. I am getting this error:
```
Error: ERR_ACTION_ACCESS_UNDEFINED: …
-
i am using vuex 4.1.0 with vue 3. I clone it in my node_modules using this
git clone https://github.com/vuejs/vuex.git node_modules/vuex
cd node_modules/vuex
yarn
yarn build
now when i run ya…
-
I am upgrading a codebase to Vue 3, so have upgraded `vuex-composition-helpers` to `2.0.3`.
When running unit tests for components using this library, I get a typescript error:
```
● Test suite …
-
### Description
An unexpected error occurred in the renderer process.
### Stack Trace
```
TypeError: Cannot destructure property 'pathname' of 'A.tabs[n]' as it is undefined.
at for…
-
#### Describe the bug
Getting `TypeError: Cannot read properties of undefined (reading 'dispatch')` issue when running mock api test in Nuxt using [testing library](https://testing-library.com/docs…
-
Hi there,
vuex-typex is a great tool to provide typings to store methods, but it seem to be not adapted to Vue 3. In Vue 3, Vue root is not global, so main Vue root object is created via `createApp` …