chore: add trailingComma
This commit is contained in:
+2
-2
@@ -206,8 +206,8 @@ Card.props = {
|
||||
originPrice: [Number, String],
|
||||
currency: {
|
||||
type: String,
|
||||
default: '¥'
|
||||
}
|
||||
default: '¥',
|
||||
},
|
||||
};
|
||||
|
||||
export default createComponent<CardProps, CardEvents>(Card);
|
||||
|
||||
Reference in New Issue
Block a user