fix: vxe 暗黑模式刷新丢失

This commit is contained in:
xingyu 2022-12-23 18:05:14 +08:00
parent fc2b62714c
commit faa6f05d9b

View File

@ -56,7 +56,10 @@ watch(
import('./theme/light.scss')
}
},
{ deep: true }
{
deep: true,
immediate: true
}
)
// 全局默认参数
VXETable.setup({