mirror of https://github.com/halo-dev/halo-admin
Fix a bug with ThemeSetting components unable to receive prop values
parent
9c6175dfe8
commit
5350704282
|
@ -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