Answers for "how to add icon to bottom of page with vue"

1

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>
Posted by: Guest on August-31-2020

Code answers related to "how to add icon to bottom of page with vue"

Browse Popular Code Answers by Language