mirror of
https://github.com/youzan/vant.git
synced 2026-05-17 01:00:36 +08:00
fix(Tag): color not work
This commit is contained in:
@@ -38,6 +38,8 @@ export default createComponent({
|
||||
if (props.textColor) {
|
||||
style.color = props.textColor;
|
||||
}
|
||||
|
||||
return style;
|
||||
});
|
||||
|
||||
return () => {
|
||||
|
||||
Reference in New Issue
Block a user