子组件调用父组件的方法

父组件定义

<goods-singleSKU ref="goodsSingleSKU" @onLoad="onLoad(page);"></goods-singleSKU> 

子组件调用

this.$emit('onLoad');// 调用父组件的onLoad方法