Skip to content

Commit

Permalink
Build
Browse files Browse the repository at this point in the history
  • Loading branch information
SolAZDev committed Mar 10, 2021
1 parent dc07c7e commit 66be6ba
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,5 @@
"appName": "DreamReader",
"bundledWebRuntime": false,
"npmClient": "yarn",
"webDir": "www",
"server": {
"url": "http://192.168.10.127:8080"
}
"webDir": "www"
}
10 changes: 5 additions & 5 deletions src/components/ExportBackup.vue
Original file line number Diff line number Diff line change
Expand Up @@ -103,11 +103,11 @@ export default class ExportBackup extends Vue {
position: 'top',
});
}
await Plugins.FileSharer.share({
filename: fileName,
base64Data: btoa(data),
contentType: mimetype,
});
// await Plugins.FileSharer.share({
// filename: fileName,
// base64Data: btoa(data),
// contentType: mimetype,
// });
}
}
</script>

0 comments on commit 66be6ba

Please sign in to comment.