Skip to content

Commit dd39b91

Browse files
committed
chore: remove comments
1 parent 527d6d5 commit dd39b91

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

Diff for: src/components/link.js

-6
Original file line numberDiff line numberDiff line change
@@ -85,10 +85,6 @@ export default {
8585

8686
const data: any = { class: classes }
8787

88-
console.log({
89-
scoped: this.$scopedSlots,
90-
slots: this.$slots
91-
})
9288
const scopedSlot =
9389
!this.$scopedSlots.$hasNormal &&
9490
this.$scopedSlots.default &&
@@ -100,8 +96,6 @@ export default {
10096
isExactActive: classes[exactActiveClass]
10197
})
10298

103-
console.log(scopedSlot)
104-
10599
if (scopedSlot) {
106100
if (scopedSlot.length > 1 || !scopedSlot.length) throw new Error('no')
107101
return scopedSlot[0]

0 commit comments

Comments
 (0)