79744505

Date: 2025-08-23 19:05:29
Score: 1
Natty:
Report link

You can use the vuetify defaults options in your config:

import { createVuetify } from 'vuetify'

export default createVuetify({
  defaults: {
    VBtn: { variant: 'outlined' },
  },
})
Reasons:
  • Whitelisted phrase (-1.5): You can use
  • Probably link only (1):
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: vvjns