openfext / vue-form-builder

Build powerful vue form with JSON schema and composition api.
https://openfext.github.io/vue-form-builder
MIT License
386 stars 45 forks source link

ElFormAdaptor无法使用 #22

Open cv936669367 opened 3 years ago

cv936669367 commented 3 years ago

Bug Report

Affected Feature

真的很想知道为什么一直爆这个问题,抄的栗子还报这个错误 ElFormAdaptor ` Unknown custom element: - did you register the component correctly? For recursive components, make sure to provide the "name" option.

found in

---> at src/views/Home.vue

at src/App.vue ` ![难道我的注册方法不对?](https://user-images.githubusercontent.com/50727733/103152665-3055f080-47c5-11eb-8c69-9570a1b99ad4.png) ### Is this a regression ### Description ## Minimal Reproduction ## Exception or Error ```plain ``` ## Your Environment **Vue Version:** ```plain ``` **Vue Composition API:** ```plain ``` **Anything else relevant?**
felixpy commented 3 years ago

@cv936669367 看了下你的问题,应该是笔误导致的。你引入的是 AntFormAdaptor,但是配置里面写的是 ElFormAdaptor,改一下试试吧。