how to add icon to bottom of page with vue code example
Example: how to add icon to bottom of page with vue
<template v-slot:append>
<div class="pa-2">
<v-btn icon>
<v-icon>
'mdi-home-outline`
</v-icon>
</v-btn>
</div>
</template>