fix: svg-icon组件颜色无法显示问题修复

Former-commit-id: 35e4c7754d862589b404d61f71f22cbce9c40628
This commit is contained in:
horizons
2022-09-09 22:33:23 +08:00
parent af8fe4d2c9
commit 37c2197e76
4 changed files with 24 additions and 49 deletions

View File

@@ -21,8 +21,7 @@ const props = defineProps({
required: false
},
color: {
type: String,
default: '#fff'
type: String
},
size: {
type: String,