摘要:
## CodeGeeX 官网 https://codegeex.cn/zh-CN/ CodeGeeX vscode代码提示,智能问答 ![](https://img2023.cnblogs.com/blog/26752/202308/26752-20230814100321369-55390068. 阅读全文
摘要:
main.js ``` const importAll = (modules) => { Object.keys(modules).forEach((key) => { const component = key.replace('/src/', '@/').replace('.vue', ''); 阅读全文