Files

31 lines
416 B
TypeScript

Component({
properties: {
tag: {
type: String,
value: '',
},
category: {
type: String,
value: 'primary',
},
emoji: {
type: String,
value: '',
},
title: {
type: String,
value: '',
},
source: {
type: String,
value: '',
},
content: {
type: String,
value: '',
},
},
data: {},
methods: {},
})