fix(Tag): color not work

This commit is contained in:
chenjiahan
2020-09-02 15:28:51 +08:00
parent 0281e63a74
commit 4b6da2aab6
+2
View File
@@ -38,6 +38,8 @@ export default createComponent({
if (props.textColor) {
style.color = props.textColor;
}
return style;
});
return () => {