Component({ properties: { title: { type: String, value: '' }, desc: { type: String, value: '' }, hint: { type: String, value: '' }, }, data: {}, methods: {}, });