-
### Environment *
Run this command in the project folder and fill in their results:
`npm ls vue-gtag`:
```
package.json@0.0.0 /home/mrchimp/code/project
└── vue-gtag@2.0.1
```
`npm ls …
-
Just placed in my vue.config.js and was runned. In module.exports of vue.config.js:
```
pluginOptions: {
dll: {
entry: [
'vue',
'vue-i18n',
'vue-router',
'vuex',
'vuex-rou…
-
This is a list to keep an eye on projects currently use Docus (feel free to edit message):
| Repo | URL | Tree | Docus version | PR Open
-|-|-|-|-
nuxt/http | https://http.nuxtjs.org/ | https://g…
-
### Steps to reproduce
If you make an update with deleted properties or a patch with properties with null values, you'll get back the new items from the api without those properties.
When adding t…
-
-
# A Practical Guide to Harlem | Devjavu
Harlem - A simple alternative to Vuex for Vue 3
[http://localhost:1313/post/a-practical-guide-to-harlem/](http://localhost:1313/post/a-practical-guide-to-ha…
-
- [x] Vuex (refer #15)
- [ ] Vue-Router -> NLink, NChild examples.
- [ ] Globals -> Nuxt modules $recaptcha, $auth etc.
-
### Version
5.3.4
### Browser and OS info
Ubuntu 20.04 / Chrome 89
### Steps to reproduce
Add a big object or array in the vuex state
### What is expected?
vue dev tools worki…
-
不是同一个html文件,多个页面可以使用vuex做公用的状态管理吗?
-
Recently I have problems with my unit tests when I need to test an own component which uses a Vue MapBox component like **MglMarker**.
That's the component I trying test:
```javascript
…