Child Component Vue.component("child-input", { template: ` <div> <label>Name</label> ... JS new Vue({ el: "#app", data: function() { return ...
確定! 回上一頁