Vuetify: 1.3.7
Vue: 2.5.17
Browsers: Chrome 70.0.3538.77
OS: Windows 10
Create v-btn inside a v-menu inside v-tooltip using slot="activator"
v-btn must be block when block prop is present
it do not cover the full width of the container when using block prop
Same as https://github.com/vuetifyjs/vuetify/issues/5581#issuecomment-437962012
Meanwhile you need to use full-width prop on menu: https://codepen.io/anon/pen/jQyvVv
Oh thanks! That was great! 馃樃
Most helpful comment
Same as https://github.com/vuetifyjs/vuetify/issues/5581#issuecomment-437962012
Meanwhile you need to use
full-widthprop on menu: https://codepen.io/anon/pen/jQyvVv