I have a button with the bottom configuration in vuetify2.
<v-btn
fab
tile
icon
>
</v-btn>
I need this configuration in vuetify3. But the fab and tile configuration doesn't work.
I have a button with the bottom configuration in vuetify2.
<v-btn
fab
tile
icon
>
</v-btn>
I need this configuration in vuetify3. But the fab and tile configuration doesn't work.