Component({
data: {},
properties: {
text: null,
topInfo: null,
bottomInfo: null,
type: null,
color: {
type: String,
value: ''
}
},
methods: {
});