增加路由和material图标

This commit is contained in:
Gary Fu
2023-12-24 15:42:48 +08:00
parent f4f25798b9
commit 9b777948c9
16 changed files with 242 additions and 45 deletions

View File

@@ -8,7 +8,10 @@ defineProps({
</script>
<template>
<el-icon v-if="icon">
<el-icon
v-if="icon"
v-bind="$attrs"
>
<component
:is="icon"
/>