.child .btn(@click="clickBtn") export default { ... methods: { clickBtn: function() { this.$emit('clickChild', param); } } }