mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-08-27 11:35:58 +08:00
fix(use-loading): rendering fails when used with onMounted, fix #438
This commit is contained in:
@@ -19,7 +19,6 @@ export function configThemePlugin(isBuild: boolean): Plugin[] {
|
||||
mixLighten,
|
||||
tinycolor,
|
||||
});
|
||||
|
||||
const plugin = [
|
||||
viteThemePlugin({
|
||||
resolveSelector: (s) => `[data-theme] ${s}`,
|
||||
@@ -41,7 +40,8 @@ export function configThemePlugin(isBuild: boolean): Plugin[] {
|
||||
// black: '#0e1117',
|
||||
// #8b949e
|
||||
'text-color-secondary': '#8b949e',
|
||||
'border-color-base': '#30363d',
|
||||
// 'border-color-base': '#30363d',
|
||||
// 'border-color-split': '#30363d',
|
||||
'item-active-bg': '#111b26',
|
||||
},
|
||||
}),
|
||||
|
Reference in New Issue
Block a user