0👍
Solved!
Finally just replace with <v-toolbar>
and his content for:
<v-btn icon @click.stop="drawer = !drawer">
<v-icon>menu</v-icon>
</v-btn>
Then we can use the size property.
- [Vuejs]-How does Vue.js distinguish router-views "looks like" in the same page
- [Vuejs]-Search bar in Vue flickr app not giving expected results
Source:stackexchange.com