由于v-model 不可以直接用组件的props,而el-input 又把原生的value 变成了v-model 的形式,所以需要使用computed 做中转,这样代码就显得有点繁琐。 如果 ...
確定! 回上一頁