由於v-model 不可以直接用元件的props,而el-input 又把原生的value 變成了v-model 的形式,所以需要使用computed 做中轉,這樣程式碼就顯得有點繁瑣。
確定! 回上一頁