chore(projects): correct word spell & eslint fix code

This commit is contained in:
Soybean
2023-08-03 23:59:00 +08:00
parent 24cf1d9284
commit cffc30afa3
8 changed files with 49 additions and 14 deletions

View File

@ -7,4 +7,6 @@ import 'virtual:svg-icons-register';
import '../styles/css/global.css';
/** import static assets: css, js , font and so on. - [引入静态资源css、js和字体文件等] */
export default function setupAssets() {}
export default function setupAssets() {
//
}