OSDN Git Service

fix
authorxuhongxin <xuhongxin@luojilab.com>
Tue, 23 Oct 2018 11:12:11 +0000 (19:12 +0800)
committerxuhongxin <xuhongxin@luojilab.com>
Tue, 23 Oct 2018 11:12:11 +0000 (19:12 +0800)
src/popup/home/main.vue

index 47f0af7..159e9f6 100644 (file)
@@ -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",
       });
     });
   },