1.0.4 • Published 1 year ago

@nuxtjs-alt/vuetify v1.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

This module is meant to try to work with Vuetify 3. Here is the config for you to work with

vuetify: {
    vuetifyOptions: {

    },
    pluginOptions: {
        autoImports: true, // default
        styles: true // default
    },
}

vuetifyOptions

This is for the configuration of vuetify located here: https://next.vuetifyjs.com/en/features/global-configuration/

Material Design Icons is used by default via cdn urls. you can use mdi, md or fa for cdn urls when setting defaultSet in vuetify options.

pluginOptions

Please refer to the Readme located here: https://www.npmjs.com/package/vite-plugin-vuetify

By default the styles will be set to true and will load vuetify/styles.

Bugs

Please note that there is a bug with vuetify where custome scss files might not function correctly

Source: https://github.com/nuxt/framework/issues/8825

There's currently a bug with vueuse/head where it's potentially causing a memory leak and also not adapting changes when using the useTheme composable. For now I have made a workaround where the module will be running it's own creatVuetify instance inheriting from vueitfy and making the necissary changes to make it function. Until this is fixed thta will be used instead.

Source: https://github.com/vuetifyjs/vuetify/issues/16156

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

0.0.7

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago