Component({ properties: { title: { type: String, value: '' }, value: { type: String, value: '' }, sub: { type: String, value: '' }, }, });