-
-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Closed
Labels
Description
- I have searched the issues of this repository and believe that this is not a duplicate.
Version
undefined
Environment
this.$form.createForm(this)不支持IE浏览器
Reproduction link
https://github.com/vueComponent/ant-design-vue/blob/master/components/_util/props-util.js
Steps to reproduce
无
What is expected?
Object.entries(props)在IE浏览器报错
What is actually happening?
Object.entries(props) 这个方法IE不支持,建议修改下