Browse Source

remove log

wolyshaw 4 năm trước cách đây
mục cha
commit
5a721e3096
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      src/components/copy-text/index.vue

+ 0 - 1
src/components/copy-text/index.vue

@@ -24,7 +24,6 @@ export default {
     textContent() {
       const slot = this.$slots.default || []
       const text = slot[0]?.text || this.text
-      console.log(text)
       return text
     }
   },