-
Before I used to use vue-cli-plugin-vuetify in my vue-cli remote preset and it used to work fine but now I'm running into this error:
![image](https://user-images.githubusercontent.com/55166195/199…
-
Hi!
The parameter declaration `payload?: Parameters[1],` on `Commit` and `Dispatch` (+ variants) unfortunatey makes all payloads optional.
This means: Not passing a payload to a `commit()` or `di…
-
It seems like with Hot Module Reloading when editing dynamic modules, will register itself without deregistering the old one leading to duplicate calls.
Any solutions?
-
# Description
As outcome of several faced complexities, add a troubleshooting section within [unit tests](https://rancher.github.io/dashboard/testing/unit-test) and [Storybook](https://rancher.gith…
cnotv updated
4 months ago
-
In the example, I kind of dislike the fact that the component can directly call `cart.state.rawItems = [];`. Just because I think that can encourage people to modify state in a disorganized manner. Ca…
-
### Version
4.5.10
### Environment info
```
System:
OS: Windows 10 10.0.19042
CPU: (8) x64 Intel(R) Core(TM) i7-8550U CPU @ 1.80GHz
Binaries:
Node: 14.8.0 - D:\Prog…
-
I am trying to make the library work with Nuxt.
The docs say that what you need is:
```ts
export class UserStore extends createModule({ target: "nuxt" }) {
...
}
```
To test it, I created…
-
I have a Vue project set up with Vue CLI, with axios, axios-mock-adapter, and cypress:
```json
{
"dependencies": {
...
"axios": "^0.23.0",
"vue": "^3.0.0",
....
},
"de…
-
### Version
4.5.15
### Reproduction link
[github.com](https://github.com/tonn/vue-cli-ts-watch-error)
### Environment info
```
Environment Info:
System:
OS: Windows 10 10.0…
-
**Describe the bug**
`vue add apollo` fails with an error.
**To Reproduce**
Steps to reproduce the behavior:
1. create a simple app using vue 3 CLI
2. cd into project folder
3. type "vue …