[Vuejs]-Why my global style and js files inside nuxt.config.js doesn't work?

0👍

Try to adjust it according to the documentation
https://nuxtjs.org/api/configuration-css/:

'@/assets/css/style.css'

The same should help for the JS file.

Leave a comment