Vuetify Blueprints
The module supports Vuetify Blueprints, just add it to the vuetifyOptions.blueprint
module option, but with some limitations:
ssr
will be ignored, this flag can be only configured internally by the module via the Nuxt ssr optioncomponents
will be ignored, configure them using thevuetifyOptions.components
module optiondirectives
will be ignored, configure them using thevuetifyOptions.directives
module optionlocale
will be ignored, configure it using thevuetifyOptions.locale
module optiondate
will be ignored, configure it using thevuetifyOptions.date
module optionicons
will be ignored, configure it using thevuetifyOptions.icons
module optionaliases
only supports defining aliases with strings, using a component type will result in error (Cannot start nuxt: Unexpected token '.'
)