Fix a bug with ThemeSetting components unable to receive prop values

pull/40/head
guqing 2019-08-27 23:31:38 +08:00
parent 9c6175dfe8
commit 5350704282
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@
<ThemeSetting
:theme="selectedTheme"
v-model="themeSettingVisible"
v-if="themeSettingVisible"
@close="onThemeSettingsClose"
/>