fix: 复制公共链接提示

This commit is contained in:
fit2cloud-chenyw 2021-06-25 17:06:47 +08:00
parent 73f45d9d09
commit 12807ebac2

View File

@ -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')