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'] },