子组件 methods: { oh: function (event) { this.triggerEvent('callparent', {}, {}) } } 父组件 <child bind:callParent="parentFunction"></child> 其中,parentFunction是属于父组件的函数