Skip to content

Commit 8ed22d5

Browse files
committed
edit [basic-info]
1 parent be245c5 commit 8ed22d5

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/components/basic/basic-info.vue

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,7 @@ export default {
1313
name: "BasicInfo",
1414
props: {
1515
info: util.props.String,
16-
infoColor: {
17-
...util.props.textColor,
18-
default: "muted"
19-
}
16+
infoColor: util.props.textColor,
2017
}
2118
};
2219
</script>

0 commit comments

Comments
 (0)