From ba9f3246d2679df0ba3f967593b070d27f06bc8b Mon Sep 17 00:00:00 2001 From: haiyangcui Date: Thu, 27 Aug 2020 14:25:22 +0200 Subject: [PATCH] Fix typo bug --- src/components/Setting.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Setting.vue b/src/components/Setting.vue index 5fc88b7..670515a 100644 --- a/src/components/Setting.vue +++ b/src/components/Setting.vue @@ -273,7 +273,7 @@ export default { star.bulkAdd(json).then(e => { this.getFavorites() }) - this.updateSearchOption() + this.upgradeFavorites() }) this.$message.success('导入收藏成功') }