UNPKG
@fext/vue-form-builder
Version:
latest (2.1.0)
2.1.0
2.0.2
2.0.1
2.0.0
1.0.0
Build powerful vue form with JSON schema and composition api.
@fext/vue-form-builder
/
src
/
ant-form-adaptor.js
12 lines
(8 loc)
•
241 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
import
AntFormAdaptor
from
'./components/adaptors/AntFormAdaptor.vue'
;
const
install =
function
installAntFormAdaptor
(
Vue
) {
Vue
.
component
(
'ant-form-adaptor'
,
AntFormAdaptor
); };
export
{
AntFormAdaptor
};
export
default
{ install };