feat: 迁移 v3-admin v3.1.3 版本代码

This commit is contained in:
pany
2022-04-21 18:37:52 +08:00
parent 83979683b1
commit 8d7953db99
11 changed files with 30 additions and 29 deletions

View File

@@ -1,6 +1,6 @@
<template>
<svg class="svg-icon" aria-hidden="true">
<use :href="symbolId" :fill="color" />
<use :href="symbolId" />
</svg>
</template>
@@ -15,10 +15,6 @@ const props = defineProps({
name: {
type: String,
required: true
},
color: {
type: String,
default: '#333'
}
})