Vuetify Blueprints
The module supports Vuetify Blueprints. You can enable them by adding the vuetifyOptions.blueprint module option. Please note the following limitations:
- The
ssroption is ignored; this flag is managed internally by the module based on the Nuxtssroption. - The
componentsoption is ignored; please configure components using thevuetifyOptions.componentsmodule option. - The
directivesoption is ignored; please configure directives using thevuetifyOptions.directivesmodule option. - The
localeoption is ignored; please configure it using thevuetifyOptions.localemodule option. - The
dateoption is ignored; please configure it using thevuetifyOptions.datemodule option. - The
iconsoption is ignored; please configure it using thevuetifyOptions.iconsmodule option. - The
aliasesoption only supports defining aliases with strings. Using a component type will result in an error (Cannot start nuxt: Unexpected token '.').