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
when I use the default router of nuxt, it works, the common.css is loaded before all the other style modules in apps and components.
but when I use @nuxtjs/router, the common.css is loaded after all the other style modules.
how to load any common css file before build the routers?
The text was updated successfully, but these errors were encountered:
Hi, I met a problem.
this is nuxt.config.js
when I use the default router of nuxt, it works, the
common.css
is loaded before all the other style modules in apps and components.but when I use @nuxtjs/router, the
common.css
is loaded after all the other style modules.how to load any common css file before build the routers?
The text was updated successfully, but these errors were encountered: