소스 검색

remove log

wolyshaw 4 년 전
부모
커밋
5a721e3096
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  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
     }
   },