fix: 修复样式,补充国际化,清除console

This commit is contained in:
@changcode
2021-08-25 16:19:44 +08:00
parent 6b2fadaaff
commit faa6a330d1
8 changed files with 35 additions and 16 deletions

View File

@@ -266,7 +266,7 @@ export default {
methods: {
copyValue (item) {
const str = item
console.log(str)
// console.log(str)
const domUrl = document.createElement('input')
domUrl.value = JSON.stringify(str)
domUrl.id = 'creatDom'