博客 / 列表

丁膨脹 - Vue自定義組件使用Element-ui表單校驗

一般情況下(form中的組件都是element提供的組件)在使用elm的表單校驗時我們是這麼使用的: // 栗子.vue template el-form :model="formData" :rule="rules" ref="formRef" el-form-item prop="inputValue" el-input v-model="for

vue.js , 表單驗證 , 源碼分析 , element-ui