fix: admin rendering UI + dark mode

This commit is contained in:
Nick
2019-08-04 23:53:21 -04:00
parent 0f9ddf1e5d
commit c4629419d3
35 changed files with 232 additions and 198 deletions

View File

@@ -196,7 +196,10 @@ let bootstrap = () => {
store,
i18n,
vuetify: new Vuetify({
rtl: siteConfig.rtl
rtl: siteConfig.rtl,
theme: {
dark: siteConfig.darkMode
}
})
})