mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-07-07 07:35:06 +08:00
fix: vxe 暗黑模式刷新丢失
This commit is contained in:
@ -56,7 +56,10 @@ watch(
|
|||||||
import('./theme/light.scss')
|
import('./theme/light.scss')
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{ deep: true }
|
{
|
||||||
|
deep: true,
|
||||||
|
immediate: true
|
||||||
|
}
|
||||||
)
|
)
|
||||||
// 全局默认参数
|
// 全局默认参数
|
||||||
VXETable.setup({
|
VXETable.setup({
|
||||||
|
Reference in New Issue
Block a user