Skip to content

@jakguru/vueprint / @jakguru/vueprint/plugins/vuetify / VuetifyPluginOptions

Interface: VuetifyPluginOptions

@jakguru/vueprint/plugins/vuetify.VuetifyPluginOptions

The options for the vuetify plugin

Properties

defaultTheme

defaultTheme: string

The key of the themes object to use as the default theme

Defined in

src/plugins/vuetify.ts:21


themes

themes: VuetifiableThemes

An object containing the configuration of a theme

Defined in

src/plugins/vuetify.ts:25


moduleOptions

Optional moduleOptions: Omit<Options, "autoImport">

The options to pass to the Vuetify module

Defined in

src/plugins/vuetify.ts:33


options

Optional options: VuetifyOptions

The options to pass to the Vuetify instance

Defined in

src/plugins/vuetify.ts:29

Vueprint is a commercial work product released under the MIT License and is provided as-is with no warranty or guarantee of support.