From 683623f2e1a88da9cc47d0398730e624f77ccb24 Mon Sep 17 00:00:00 2001 From: xuhongxin Date: Tue, 23 Oct 2018 19:12:11 +0800 Subject: [PATCH] fix --- src/popup/home/main.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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", }); }); }, -- 2.11.0