import { ApiEntity } from '@/views/entity/demoentity'; import { IMAGE, ALT } from '@/views/common/constant'; const base: ApiEntity = { title: '图标按钮', desc: '将属性 slot 设置为 icon ,进行图标的定制。', code: ` ${ALT} ${ALT} ${ALT} ${ALT} ${ALT} ${ALT} Default ${ALT} Info ${ALT} Border ${ALT} Dashed ${ALT} Danger `, }; export default base;