init component
This commit is contained in:
6
node_modules/buetify/lib/components/sidebar/theme.js
generated
vendored
Executable file
6
node_modules/buetify/lib/components/sidebar/theme.js
generated
vendored
Executable file
@@ -0,0 +1,6 @@
|
||||
import { shallowReactive } from 'vue';
|
||||
export const SidebarThemeMap = shallowReactive({
|
||||
dark: 'is-black-bis',
|
||||
light: 'is-grey-darker'
|
||||
});
|
||||
//# sourceMappingURL=theme.js.map
|
||||
Reference in New Issue
Block a user