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