Component({ options: { multipleSlots: true, }, properties: { title: { type: String, }, desc: { type: String, }, notice: { type: String, }, }, });