-
Currently missing feature is to completely clear all the modules at onces. When trying this in a a loop this errors out for some reason( trying to convert object to undefined or null)
Any plans for…
-
## 概要
vue-test-utilsは便利だが、次の場合はテスト記載しづらい
- UIフレームワークを利用してコード書いている場合
- `shallowMount`ではUIライブラリのコンポーネントをモックできない。`mount`する必要がある
- `mount`だと子コンポーネントの依存全てを意識する必要がある。テスト実行が遅い
- mount時にAPIでパラメ…
-
After updating to vuex-persist 3.1.3 modules that are not related in any way to vuex-persist plugin are broken when they're using classes as a part of state. Also i'm using vuex-module-decorators.
…
-
In our solution we have folder structure with versions. Without wildcard every time new version will be created we would need to change the launch.json.
Also we need to add and entry for every fold…
-
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 …
-
Hey there,
thanks for the great plugin. Is typescript support planned for the plugin? I have difficulties using the static methods on my model which are injected by the plugin.
```
51:25 Proper…
-
I'm using typescript and I need to change `this.$auth.user` to correct type.
It's default typed as `Record | null` from `@nuxtjs/auth-next/dist/index.d.ts`.
How can I overwrite this type definition?…
-
# 前言
很久没写 blog 了,要对比的 react和 vue 也放了很久的鸽子
从这 5 篇博客来看,似乎是 vue 的热度比较高
而之后又有人在我的这篇博客 #1 这里问了这个问题
> 请问下为什么vue中有的文件中的函数不能提示,转到定义提示没有任何定义,而有的文件又正常工作
经过一番研究,我发现这是 vue 的 typescript 声明文件问题
然后…
-
### Version
4.2.3
### Reproduction link
[https://github.com/WilkinWendy/vue-ts-problem](https://github.com/WilkinWendy/vue-ts-problem)
### Environment info
```
System:
OS: Windo…
-
Trying to use this module for share common logic
Found question #13 and it works, but with bug of initializing actions (and maybe mutations too)
```javascript
export default class Collection ex…