關於`Form.Item` cannot generate `validateStatus` and `help` automatically。。。

今早寫代碼,一切正常使用時打開console發現竟然報了個warning,紅紅的,巨醜無比= =|||數組

仔細看警告信息:orm

`Form.Item` cannot generate `validateStatus` and `help` automatically, while there are more than one `getFieldDecorator` in it.get

看樣子主要緣由是由於一個form-item標籤中正常只容許有一個v-decorator,而我在form-item中用了v-for生成了多個input框,並每一個都加上了v-decorator做爲數組。。。input

 

解決方案it

在v-for內要生成的要加v-decorator的元素(如input)外再包裹一層form-item,即對n個元素進行循環遍歷將生成n個form-item,知足了一個form-item僅有一個v-decorator的要求,再也不報錯。console

 

仍是想吐槽一下,爲何這種報錯又醜,還不給出大體的錯誤代碼定位,唉。。。form

相關文章
相關標籤/搜索