openfext / vue-form-builder

Build powerful vue form with JSON schema and composition api.

Home Page:https://openfext.github.io/vue-form-builder

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ElFormAdaptor无法使用

cv936669367 opened this issue · comments

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

`
难道我的注册方法不对?

Is this a regression

Description

Minimal Reproduction

Exception or Error


Your Environment

Vue Version:


Vue Composition API:


Anything else relevant?

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