invictus-codes / nuxt-vuetify

Add Vuetify 3 to your Nuxt application in seconds.
MIT License
71 stars 9 forks source link

[Feature]: globals #23

Closed proggreg closed 1 year ago

proggreg commented 1 year ago

Is your feature request related to a problem? Please describe

No response

Describe the solution you'd like

globals config

Describe alternatives you've considered

No response

Additional context

not sure if this is possible at the moment but I would like to configure components globally as stated here https://vuetifyjs.com/en/features/global-configuration/

Thanks :)

francois2metz commented 1 year ago

Hi. This is already possible using the vuetifyOptions option.

proggreg commented 1 year ago

Thank you, you are right I was trying to use globals instead of defaults