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