We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 527d6d5 commit dd39b91Copy full SHA for dd39b91
src/components/link.js
@@ -85,10 +85,6 @@ export default {
85
86
const data: any = { class: classes }
87
88
- console.log({
89
- scoped: this.$scopedSlots,
90
- slots: this.$slots
91
- })
92
const scopedSlot =
93
!this.$scopedSlots.$hasNormal &&
94
this.$scopedSlots.default &&
@@ -100,8 +96,6 @@ export default {
100
96
isExactActive: classes[exactActiveClass]
101
97
})
102
98
103
- console.log(scopedSlot)
104
-
105
99
if (scopedSlot) {
106
if (scopedSlot.length > 1 || !scopedSlot.length) throw new Error('no')
107
return scopedSlot[0]
0 commit comments