refactor(projects): cancel autoinstall @iconify-json [取消@iconify-json自动安装]

This commit is contained in:
Soybean
2022-09-24 17:22:08 +08:00
parent 8a1ec938e7
commit c29b887eb2
9 changed files with 44 additions and 51 deletions

View File

@ -10,7 +10,7 @@ const component: AuthRoute.Route = {
meta: {
title: '按钮',
requiresAuth: true,
icon: 'ic:baseline-radio-button-checked'
icon: 'mdi:button-cursor'
}
},
{
@ -36,7 +36,7 @@ const component: AuthRoute.Route = {
],
meta: {
title: '组件示例',
icon: 'fluent:app-store-24-regular',
icon: 'cib:app-store',
order: 3
}
};