feat: 迁移 v3-admin v3.1.3 版本代码
This commit is contained in:
@@ -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'
|
||||
}
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user