Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Popular repositories
58 contributions in the last year
Contribution activity
October 2020
- yuyeqianxun/vue-vben-admin TypeScript
Created an issue in anncwb/vue-vben-admin that received 3 comments
vite case files path wrong
Subject of the issue
有两处地方应用了包文件里面的内容,vite在路径前会自动加上@modules,但是不直接引用包名的话会导致它添加路径出错,具体如截图
import 'ant-design-vue/dist/antd.css';
[vite] Failed to …