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
     }
   },