79572947

Date: 2025-04-14 10:50:41
Score: 1
Natty:
Report link

It's better to use v-btn default template and put v-icon inside it. That way you'll have full control of icon size (color and e.t.c)

<template>
  <v-btn>
    <v-icon size="24">mdi-close-circle</v-icon>
  </v-btn>
</template>
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Oles Tchernyy