最近在用 vue + ant 寫項目發(fā)現(xiàn) from 組件的坑還是比較多的 設(shè)置默認值的坑 控制臺報 Warning: You cannot set a form field before rendering a field associated with the value. You can usegetFieldDecorator(id, options)insteadv-decorator="[id, options]"to register it before render. ...