表单值

可以快速上手的开发文档

#表单值

vue获取form表单的值示例

这里使用的是Element-ui组件html:<el-inputplaceholder="请输入手机号"id="phone"prop="phone"v-model="phone"..