diff --git a/README.md b/README.md index a26d2519..b68e429b 100755 --- a/README.md +++ b/README.md @@ -128,7 +128,7 @@ v8.11.1 > Not recommended for use `cnpm` -## 预览 +## preview login diff --git a/src/pages/demo/plugins/clipboard-polyfill/demo.vue b/src/pages/demo/plugins/clipboard-polyfill/demo.vue index 1ed5d89f..1f7b8f1e 100644 --- a/src/pages/demo/plugins/clipboard-polyfill/demo.vue +++ b/src/pages/demo/plugins/clipboard-polyfill/demo.vue @@ -54,13 +54,11 @@ export default { }, readText () { clipboard.readText().then((res) => { - console.log(res) this.$message({ message: '读取成功 返回结果请查看控制台', type: 'success' }) }, (err) => { - console.log(err) this.$message({ message: '错误信息已经打印到控制台', type: 'error'