no message

Former-commit-id: f3018abdcd9d49653de0172957ca33f642831aaa
Former-commit-id: ac82bf6644b577a19567832b5c89a340a9bb4cc1
Former-commit-id: df55982d66b86347fe133a75c7df7d92bfbca7b6
This commit is contained in:
liyang
2018-05-31 08:13:00 +08:00
parent 9ae491991d
commit 739bfb58ff
2 changed files with 1 additions and 3 deletions

View File

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