laravel-nuxt-js icon indicating copy to clipboard operation
laravel-nuxt-js copied to clipboard

@nuxtjs/vuetify wont work

Open MNSY opened this issue 5 years ago • 1 comments

Hi, @nuxtjs/vuetify wont work when added nuxt.config.js

{
  buildModules: [
    '@nuxtjs/vuetify'
  ],
  vuetify: {
    /* module options */
  }
}

while it works when add as plugin or, add nuxt manually and then add @nuxtjs/vuetify

MNSY avatar Mar 08 '20 10:03 MNSY

Hi @MNSY, could you provide an example repository?

skyrpex avatar Mar 09 '20 08:03 skyrpex