mirror of
https://github.com/h44z/wg-portal
synced 2025-06-26 18:16:21 +00:00
refactor: change mime type in PeerViewModal.vue
This commit is contained in:
parent
f22a7e4a2e
commit
b496342805
@ -100,7 +100,7 @@ function download() {
|
||||
let text = configString.value
|
||||
|
||||
let element = document.createElement('a')
|
||||
element.setAttribute('href', 'data:text/plain;charset=utf-8,' + encodeURIComponent(text))
|
||||
element.setAttribute('href', 'data:application/octet-stream;charset=utf-8,' + encodeURIComponent(text))
|
||||
element.setAttribute('download', filename)
|
||||
|
||||
element.style.display = 'none'
|
||||
|
Loading…
Reference in New Issue
Block a user