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 = {