How to introduce nuxt into js css File in assets File

nuxt documents say that static resources can be stored in assets and static. I want to refer to some global methods. There are instructions for usage in static documents, but assets only describes the references to pictures. Js uses src references and js under the same path of pictures cannot be introduced.

Aug.10,2021

look for the head attribute


there is a nuxt.config.js in the root directory

< H2 > module.exports = {css: ['@ / assets/*.css']} < / H2 >
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3dd89-2c3cd.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3dd89-2c3cd.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?