Fix a bug with ThemeSetting components unable to receive prop values

pull/3445/head
guqing 2019-08-27 23:31:38 +08:00
parent 669c68d48f
commit 9866ae1a18
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"
/>