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