From: xuhongxin Date: Tue, 23 Oct 2018 11:12:11 +0000 (+0800) Subject: fix X-Git-Tag: v1.0.0.1~94 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=683623f2e1a88da9cc47d0398730e624f77ccb24;p=bytom%2FByone.git fix --- diff --git a/src/popup/home/main.vue b/src/popup/home/main.vue index 47f0af7..159e9f6 100644 --- a/src/popup/home/main.vue +++ b/src/popup/home/main.vue @@ -289,13 +289,13 @@ export default { this.clipboard.on("success", (e) => { this.$dialog.show({ header: "提示", - body: "coby success", + body: "copy success", }); }); this.clipboard.on("error", (e) => { this.$dialog.show({ header: "提示", - body: "coby error", + body: "copy error", }); }); },