forked from github/dataease
fix: 复制公共链接提示
This commit is contained in:
parent
73f45d9d09
commit
12807ebac2
@ -122,6 +122,7 @@ export default {
|
||||
|
||||
onCopy(e) {
|
||||
// alert('You just copied: ' + e.text)
|
||||
this.$success(this.$t('commons.copy_success'))
|
||||
},
|
||||
onError(e) {
|
||||
// alert('Failed to copy texts')
|
||||
|
Loading…
Reference in New Issue
Block a user