style(Icon): delete default color

wip(router): async import route developing
This commit is contained in:
kailong321200875
2022-01-09 14:28:51 +08:00
parent c5ab3599c8
commit 95a2bd884d
11 changed files with 311 additions and 4 deletions

View File

@@ -13,7 +13,7 @@ const props = defineProps({
// icon name
icon: propTypes.string,
// icon color
color: propTypes.string.def('#888'),
color: propTypes.string,
// icon size
size: propTypes.number.def(16)
})