Skip to content

BayBreezy/vuetify3-nuxt3-sass-customized

Repository files navigation

Customize Nuxt 3 + Vuetify 3 SASS Variables

Desktop

Thanks to Mohammad Hosein Feizi for the temporary solution provided here Github link. The Errors are now gone from the console

Demo

Demo can be found here https://v3customized.behonbaker.com/

# The code that helped

  • Create a Nitro plugin at server/plugins/vuetify.fix.ts

  • Add this to the plugin

export default defineNitroPlugin((nitroApp) => {
	nitroApp.hooks.hook("render:response", (response: any) => {
		response.body = response.body.replaceAll("/_nuxt/\0", "/_nuxt/");
	});
});

About

Template to get you up and running with Nuxt 3 & Vuetify 3

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published