mirror of
https://github.com/jekip/naive-ui-admin.git
synced 2026-02-11 16:52:28 +08:00
8 lines
216 B
TypeScript
8 lines
216 B
TypeScript
import { renderIcon } from '@/utils/index';
|
|
import { DashboardOutlined } from '@vicons/antd';
|
|
|
|
//前端路由图标映射表
|
|
export const constantRouterIcon = {
|
|
DashboardOutlined: renderIcon(DashboardOutlined),
|
|
};
|