Skip to content

Commit

Permalink
chore: 注释
Browse files Browse the repository at this point in the history
  • Loading branch information
huangmingfu committed Jan 20, 2025
1 parent d362621 commit a9df0bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
5 changes: 0 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,6 @@

[lint-staged](https://github.com/lint-staged/lint-staged)

## TODO

- [ ] antdv 的图标尝试解决批量导入的问题
- [ ] cdn 加载 loading 优化

## License

[MIT](./LICENSE)
3 changes: 2 additions & 1 deletion src/utils/dependency/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ export function genImportMap(versions: Versions): ImportMap {
// 不能从 antd.js 或 antd.min.js 引入,会报错误:The requested module 'ant-design-vue' does not provide an export named 'default'
// path: '/dist/antd.min.js',
},
// TODO: 由于引入 antdv 的图标,会全部导入进来,导致加载很慢,暂时注释
// TODO: 暂时未找到 cdn 引入 @ant-design/icons-vue 图标库的 es 模块的方法
// 相关 issues:https://github.com/ant-design/ant-design-icons/issues/680
// '@ant-design/icons-vue': {
// pkg: '@ant-design/icons-vue',
// version: 'latest',
Expand Down

0 comments on commit a9df0bc

Please sign in to comment.