components/child.vue'; export default { name: 'child', methods:{ getChildData(data) { console.log(data); // 這里的得到了子組件的值} } ...
確定! 回上一頁