feat: UI improvements
This commit is contained in:
parent
12349aa344
commit
a65f3cdd96
2 changed files with 37 additions and 23 deletions
|
|
@ -575,6 +575,9 @@ const market = async () => {
|
|||
window.history.pushState({}, '', url)
|
||||
// this.activePage = page
|
||||
},
|
||||
copyUrl: function () {
|
||||
this.copyText(window.location)
|
||||
},
|
||||
copyText: function (text) {
|
||||
var notify = this.$q.notify
|
||||
Quasar.utils.copyToClipboard(text).then(function () {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue