chore: add trailingComma
This commit is contained in:
@@ -45,8 +45,8 @@ CellGroup.props = {
|
||||
title: String,
|
||||
border: {
|
||||
type: Boolean,
|
||||
default: true
|
||||
}
|
||||
default: true,
|
||||
},
|
||||
};
|
||||
|
||||
export default createComponent<CellGroupProps>(CellGroup);
|
||||
|
||||
Reference in New Issue
Block a user