Update ThemeList.vue

pull/9/head
ruibaby 2019-05-04 01:25:36 +08:00
parent 077e5214d3
commit b7517ef0ab
1 changed files with 1 additions and 0 deletions

View File

@ -399,6 +399,7 @@ export default {
},
handleReload() {
themeApi.reload().then(response => {
this.loadThemes()
this.$message.success('刷新成功!')
})
}