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: {}, })