From ebfb681205e686d8f956729083805012e2eee67c Mon Sep 17 00:00:00 2001 From: haiyangcui Date: Thu, 27 Aug 2020 14:32:29 +0200 Subject: [PATCH] =?UTF-8?q?=E5=AF=BC=E5=87=BA=E6=97=B6=E5=85=88=E6=9B=B4?= =?UTF-8?q?=E6=96=B0=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Setting.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/components/Setting.vue b/src/components/Setting.vue index 670515a..395fbd5 100644 --- a/src/components/Setting.vue +++ b/src/components/Setting.vue @@ -238,6 +238,7 @@ export default { }) }, exportFavorites () { + this.getFavorites() const arr = [...this.favoritesList] const str = JSON.stringify(arr, null, 4) const options = { @@ -329,6 +330,7 @@ export default { }) }, expSites () { + this.getSites() const arr = [...this.sitesList] const str = JSON.stringify(arr, null, 4) const options = {