1. 出现警告['xxx is not a string','xxx must be between 1 and 5']
提交数据不是string 转换为字符串格式即可 num.toString()
2.检查prop 是否跟v-model 字段名称是否一致
3.检查 :rules 是否绑定重复 或者绑定错误
1. 出现警告['xxx is not a string','xxx must be between 1 and 5']
提交数据不是string 转换为字符串格式即可 num.toString()
2.检查prop 是否跟v-model 字段名称是否一致
3.检查 :rules 是否绑定重复 或者绑定错误