refactor: 重构图标使用方式,集成自定应图标

This commit is contained in:
张传龙
2022-06-19 13:35:36 +08:00
parent 00ba77c15e
commit f88b4f52a1
19 changed files with 79 additions and 144 deletions

View File

@@ -1,6 +1,4 @@
import { IconMenuTable } from '@/components/AppIcons'
import Layout from '@/layout/index.vue'
import { markRaw } from 'vue'
export default [
{
@@ -21,7 +19,7 @@ export default [
meta: {
title: '表格',
role: ['admin'],
icon: markRaw(IconMenuTable),
icon: 'mdi:table',
},
children: [
{