Vue.component('inputbox-parent', {. 7. template: '<input-box :item.sync="pitem"></input-box>',. 8. props: ['pitem']. 9. } 10. ); 11. . 12. App = new Vue({.
確定! 回上一頁