new Vue({ el: '#example-2', methods: { say: function (msg) { alert(msg) } } }); ... Vue.component('child', { // camelCase in JavaScript props: ...
確定! 回上一頁