mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-23 09:52:57 +08:00
fix(Tag): color not work
This commit is contained in:
parent
0281e63a74
commit
4b6da2aab6
@ -38,6 +38,8 @@ export default createComponent({
|
|||||||
if (props.textColor) {
|
if (props.textColor) {
|
||||||
style.color = props.textColor;
|
style.color = props.textColor;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
return style;
|
||||||
});
|
});
|
||||||
|
|
||||||
return () => {
|
return () => {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user