mirror of
https://github.com/YunaiV/ruoyi-vue-pro.git
synced 2026-05-13 20:46:39 +00:00
fix: vxe 暗黑模式刷新丢失
This commit is contained in:
@@ -56,7 +56,10 @@ watch(
|
||||
import('./theme/light.scss')
|
||||
}
|
||||
},
|
||||
{ deep: true }
|
||||
{
|
||||
deep: true,
|
||||
immediate: true
|
||||
}
|
||||
)
|
||||
// 全局默认参数
|
||||
VXETable.setup({
|
||||
|
||||
Reference in New Issue
Block a user