You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Disabling the utility class will result in the following warning
Sourcemap for"plugin-vuetify:components/VLayout/VLayout.sass" points to missing source files
...
[Vue Router warn]: No match found for location with path "/_nuxt/%EF%BF%BDplugin-vuetify:components/VBtn/VBtn.sass"
Disabling sourcemap is a workaround, but I don't think it is a fundamental solution.
I also want to disable TailwindCSS so that it does not conflict with TailwindCSS
sourcemap
sourcemap: {
server: false,
client: false,
},
The text was updated successfully, but these errors were encountered:
Environment
Vuetify Version: 3.5.6
Vue Version: 3.4.19
Browsers: Chrome 122.0.0.0
OS: Mac OS 10.15.7
Steps to reproduce
Expected Behavior
Disable utility classes and no warnings.
Actual Behavior
Disabling the utility class will result in the following warning
Reproduction Link
https://github.com/ikuosaito1989/nuxt3-template
Other comments
Disabling sourcemap is a workaround, but I don't think it is a fundamental solution.
I also want to disable TailwindCSS so that it does not conflict with TailwindCSS
sourcemap
The text was updated successfully, but these errors were encountered: