mirror of https://github.com/halo-dev/halo
Fix a bug with ThemeSetting components unable to receive prop values
parent
669c68d48f
commit
9866ae1a18
|
@ -126,7 +126,7 @@
|
||||||
|
|
||||||
<ThemeSetting
|
<ThemeSetting
|
||||||
:theme="selectedTheme"
|
:theme="selectedTheme"
|
||||||
v-model="themeSettingVisible"
|
v-if="themeSettingVisible"
|
||||||
@close="onThemeSettingsClose"
|
@close="onThemeSettingsClose"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue