mirror of
https://github.com/jekip/naive-ui-admin.git
synced 2026-03-01 00:23:11 +08:00
refactor: remove unused files, bug fixes and name changes
This commit is contained in:
7
src/router/icons.ts
Normal file
7
src/router/icons.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import { renderIcon } from '@/utils/index';
|
||||
import { DashboardOutlined } from '@vicons/antd';
|
||||
|
||||
//前端路由图标映射表
|
||||
export const constantRouterIcon = {
|
||||
DashboardOutlined: renderIcon(DashboardOutlined),
|
||||
};
|
||||
Reference in New Issue
Block a user