-
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…
-
so you can see all the data in the stores in the devtools vuex tab
-
### Version
5.3.3
### Browser and OS info
Chrome 79.0.3945.130 / Windows 10
### Steps to reproduce
1. Create a vue project that uses both vuex and Firebase.
2. Add a DocumentRefe…
-
### Version
5.1.0
### Browser and OS info
FF66, Win 10 or macOS 10.14
### Steps to reproduce
open Vue tab in devtools
### What is expected?
at least 4.1.5-like perfomance
…
Uzere updated
4 years ago
-
I've developed a modal.
This modal was called the main page.
The modal shows images using Vue lazy load.
Vuex gives the modal an image path.
Unfortunately, when this modal was called again, the on…
-
"vue": "^3.2.13"
"vue-toastification": "^2.0.0-rc.5"
Error: Cannot read properties of undefined (reading 'provide')
at VueToastificationPlugin
P.S. Using with Vuex work
Init
![imag…
-
**Hello I'm using Vue-moveable on my project
package :
"vue": "^2.6.14",
"vue-moveable": "^2.0.0-beta.40",
"vuex": "^3.6.2"**
I'm having trouble while changing the objects html posit…
-
I'm trying to use a custom .scss file to overwrite some default coloring and such. I've followed the guide on the [docs website](https://element.eleme.io/#/en-US/component/custom-theme#update-scss-var…
-
The component looks and works great, but I found something I think is a bit confusing. I would like to get the initial state from Vuex and set the button to the initial state, then I want to toggle th…
-
**问题描述**
page-meta 的pageStyle在下一级及更深页面重新set值后不生效,需要page-meta重新渲染,或者在当前页面修改才会更新
**复现步骤**
1、在第一级页面声明page-meta,并绑定vuex的变量
2、navigateTo跳转到下一个页面,并修改vuex变量的值
3、通过navigateBack返回上一页,发现page-meta中的page…