79656549

Date: 2025-06-06 23:00:51
Score: 1.5
Natty:
Report link

This configuration on src/plugins/vuetify.js made sense.

export default createVuetify({
  theme: {
    defaultTheme: '***',
    variations: {
      colors: ['primary', 'secondary'],
      lighten: 5,
      darken: 5,
    },
    themes: {
      //
    },
  },
})

https://vuetifyjs.com/en/features/theme/#color-variations

Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: harufumi.abe