-
Hi. I need to keep profile data in oidcStore.profile (like firstname, lastname, etc), but removing invokes after accessTokenExpiring event.
I found this row and I tried to disable this:
```javasc…
-
### Version
4.0.2
### Steps to reproduce
For whatever reason, we're only able to reproduce this error in a Docker container, but our test suite raises this error:
`Error: [vuex] do not mutate …
-
The v-instructions directive plugin is too entangled to the rest of the app. The litmus test is that it could not be provided as a npm package at this point. What needs to be done is:
- [x] (PR#31) a…
-
### 安装体积分析插件`webpack-bundle-analyzer`
```bash
npm install --save-dev webpack-bundle-analyzer
```
配置
```javascript
// vue.config.js
const BundleAnalyzerPlugin = require('webpack-bundle-analyz…
-
Recently my test started failing with this error
```
node_modules/vuex-composition-helpers/src/util.ts:104:9 - error TS2339: Property '$store' does not exist on type 'ComponentInternalInstance | …
-
Most definitely not an issue per se, but an important question nevertheless.
Am I tripping or does the current `vuex-composition-helpers` package not support Vue3?
I tried to implement this bad …
-
## Placeholder document before server retrieval
When working a lot with VueJS and components, you will notice that Vue components often give an error when they rely on data that doesn't exist.
I…
-
I can't access the state inside `@MutationAction`
I'm using:
`Nuxt.js v2.13.3` `"vuex-module-decorators": "^0.17.0"`
```js
import { Module, VuexModule, MutationAction } from 'vuex-module-d…
ghost updated
3 years ago
-
- `vuex-persistedstate` version: 3.1.0
- `node` version: v12.18.3
- `npm` (or `yarn`) version: 6.14.6
Relevant code or config
```javascript
import createPersistedState from 'vuex-persistedsta…
-
Look at the testing-coverage logs from any Auth Web CI job. You will find such errors and warnings as follows, which should be fixed.
- [Vue warn]: Failed to resolve directive: display-mode
- [Vue wa…