Component({ externalClasses: ['custom-class'], options: { multipleSlots: true, }, properties: { title: String, // 是否显示返回按钮 showBackButton: { type: Boolean, value: true, }, }, data: { }, methods: { }, })