Socket
Socket
Sign inDemoInstall

@nuxtjs-alt/vuetify

Package Overview
Dependencies
539
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @nuxtjs-alt/vuetify

A module to handle vuetify 3


Version published
Maintainers
1
Created

Readme

Source

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

Keywords

FAQs

Last updated on 28 Nov 2022

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc