Skip to content

Commit 8ca8a65

Browse files
Удален код проверки типа слота активации в миксине activatable
1 parent 14961a0 commit 8ca8a65

File tree

1 file changed

+0
-6
lines changed
  • packages/vuetify/src/mixins/activatable

1 file changed

+0
-6
lines changed

packages/vuetify/src/mixins/activatable/index.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,6 @@ export default baseMixins.extend({
5353
},
5454

5555
mounted () {
56-
const slotType = getSlotType(this, 'activator', true)
57-
58-
if (slotType && ['v-slot', 'normal'].includes(slotType)) {
59-
consoleError(`The activator slot must be bound, try '<template v-slot:activator="{ on }"><v-btn v-on="on">'`, this)
60-
}
61-
6256
this.addActivatorEvents()
6357
},
6458

0 commit comments

Comments
 (0)