-
-
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
1.1.1
Environment
windows10、 chrome 80、vue 2.5.17
Reproduction link
暂时没有
Steps to reproduce
What is expected?
在使用 v-decorator时完成表单校验
What is actually happening?
出现上面的错误
就在input 中添加了 v-decorator 就报错了,查看 issue 134 并使用解决方案,然而并没有解决我的问题
import antInputDirective from 'ant-design-vue/es/_util/antInputDirective'
Vue.use(antInputDirective)