refactor(SvgIcon.vue): svg默认颜色调整
This commit is contained in:
@@ -20,7 +20,7 @@ export default defineComponent({
|
||||
},
|
||||
color: {
|
||||
type: String,
|
||||
default: '#FFF',
|
||||
default: ''
|
||||
},
|
||||
},
|
||||
setup(props) {
|
||||
|
||||
Reference in New Issue
Block a user