... v-model="inputvalue"/> <button type="button" v-on:click="handlebtn">提交</button> <ul> <todo-item v-for="(item,index) of list" v-bind:key="index" ...
確定! 回上一頁