refactor: 重构图标使用方式,集成自定应图标
This commit is contained in:
@@ -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: [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user