Component({ externalClasses: ['timeaxis-item-class'], options: { multipleSlots: true }, properties: { //节点背景色 bgcolor: { type: String, value: "#fafafa" } }, data: { }, methods: { } })