We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14961a0 commit 8ca8a65Copy full SHA for 8ca8a65
packages/vuetify/src/mixins/activatable/index.ts
@@ -53,12 +53,6 @@ export default baseMixins.extend({
53
},
54
55
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
62
this.addActivatorEvents()
63
64
0 commit comments