mirror of
https://github.com/jeecgboot/JeecgBoot.git
synced 2025-12-08 17:12:28 +08:00
JeecgBoot 2.3 里程碑版本发布,支持微服务和单体自由切换、提供新行编辑表格JVXETable
This commit is contained in:
15
ant-design-vue-jeecg/src/icons.js
Normal file
15
ant-design-vue-jeecg/src/icons.js
Normal file
@ -0,0 +1,15 @@
|
||||
// src/icons.js
|
||||
|
||||
// export what you need
|
||||
export {
|
||||
default as SmileOutline
|
||||
} from '@ant-design/icons/lib/outline/SmileOutline';
|
||||
export {
|
||||
default as MehOutline
|
||||
} from '@ant-design/icons/lib/outline/MehOutline';
|
||||
|
||||
// export what antd other components need
|
||||
export {
|
||||
default as CloseOutline
|
||||
} from '@ant-design/icons/lib/outline/CloseOutline';
|
||||
// and other icons...
|
||||
Reference in New Issue
Block a user