larzon83

Results 31 comments of larzon83

@jalvarez302 We could also have a video call if you want. ;)

No, no bug. I talked with @fahamidev on discord. It didn't worked bc he had `sass-loader` v7 in his devDeps. Nuxt Vuetify module comes with v8 which had breaking changes...

> @larzon83 I don't have any sass-loader in my package.json. But still it's not working Then please paste your `package.json` here

Just declare it in your devDependencies and it will be used:

@kbrosseau they should switch. Please provide some reproduction.

I got your project running after some hick-ups. Seems to be working on my side: https://user-images.githubusercontent.com/23213583/123545287-8b0ddc00-d757-11eb-8e5a-c8f6f5c2eebb.mp4 I put `@nuxtjs/vuetify`, `vuetify` and `sass-loader` under devDependencies. Also got rid of `fibers` and...

> Indeed, after investigation the beforeCreate () {this.$vuetify.theme.dark = true;} is working, > but Nuxt load the light Custom properties after hm, seems to work here too: https://user-images.githubusercontent.com/23213583/123554510-a214f400-d780-11eb-8a4d-47c95216f20b.mp4 What can...

sorry, nor more clue. Maybe asking on vuetify discord

Can you show your package.json?

devDeps too please. BTW: @nuxtjs/vuetify and vuetify should be in devDeps, not deps.