vue的v-model是一个十分强大的指令,它可以自动让input里的值自动和你设定的值 ... <script> export default { props: { value: [String,Number,Date], } ...
確定! 回上一頁