[前端系列] 解决Invalid prop: custom validator check failed for prop "type"

在使用vue框架的elementui开发的时候

遇到了这样的错误

Invalid prop: custom validator check failed for prop "type"

 

这是因为,这个组件的type属性值写错了,检查一下

有的时候是多了空格,有的时候是固定的几个值,但是自己写错误了

 

我是因为固定的这几个值primary / success / warning / danger / info

我写成了error

上一篇:给你一个字符串数组 words ,只返回可以使用在 美式键盘 同一行的字母打印出来的单词。键盘如下图所示。 美式键盘 中: 第一行由字符 “qwertyuiop“ 组成。 第二行由字符 “asdf


下一篇:浅谈RecyclerView(完美替代ListView,GridView)