.parent .child(@clickChild="onClick") export default { ... methods: { onClick: function(param) { console.log(param); } } }