vue项目遇到的那些坑

项目使用iview 2.0 + vue 2.0javascript   一、selecthtml (1)单选,value值为数字时, 表单验证时要加 type: 'number'  vue this.$refs.selectedDevice.clearSingleSelect();    清空单选项,仅在 clearable="true" 时有效java (2)多选, 要加  type: 'arr
相关文章
相关标签/搜索