mirror of
https://gitee.com/huangge1199_admin/vue-pro.git
synced 2024-11-26 17:21:53 +08:00
fix: vxe 暗黑模式刷新丢失
This commit is contained in:
parent
fc2b62714c
commit
faa6f05d9b
@ -56,7 +56,10 @@ watch(
|
|||||||
import('./theme/light.scss')
|
import('./theme/light.scss')
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{ deep: true }
|
{
|
||||||
|
deep: true,
|
||||||
|
immediate: true
|
||||||
|
}
|
||||||
)
|
)
|
||||||
// 全局默认参数
|
// 全局默认参数
|
||||||
VXETable.setup({
|
VXETable.setup({
|
||||||
|
Loading…
Reference in New Issue
Block a user