shadow slots work + minor fixes
This commit is contained in:
parent
7041d29ede
commit
8a21594dbc
10 changed files with 153 additions and 88 deletions
|
|
@ -359,6 +359,7 @@ const afterStoreSetup = async ({ store, i18n }) => {
|
|||
const { theme } = store.state.instance
|
||||
const customThemePresent = customThemeSource || customTheme
|
||||
|
||||
console.log({ ...customThemeSource }, { ...customTheme })
|
||||
if (customThemePresent) {
|
||||
if (customThemeSource && customThemeSource.themeEngineVersion === CURRENT_VERSION) {
|
||||
applyTheme(customThemeSource)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue