From 83568fa499e8a08df3099003d124efa1b0eccc42 Mon Sep 17 00:00:00 2001 From: haiyangcui Date: Mon, 24 Aug 2020 12:32:51 +0200 Subject: [PATCH] No need to copy to clipboard --- src/components/Setting.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/Setting.vue b/src/components/Setting.vue index 7df7d37..74bd937 100644 --- a/src/components/Setting.vue +++ b/src/components/Setting.vue @@ -227,7 +227,6 @@ export default { exportFavorites () { const arr = [...this.favoritesList] const str = JSON.stringify(arr) - clipboard.writeText(str) const options = { filters: [ { name: 'JSON file', extensions: ['json'] },