Component({ /*** 页面的初始数据***/ data: { }, methods: { cancel() { this.triggerEvent('cancel',{},{bubbles: true}); } } })