MCPcopy
hub / github.com/xaboy/form-create / VantFormCreate

Function VantFormCreate

packages/vant/src/core/index.js:32–45  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

30}
31
32export default function VantFormCreate() {
33 return FormCreateFactory({
34 ui: `${process.env.UI}`,
35 version: `${process.env.VERSION}`,
36 manager,
37 extendApi,
38 install,
39 isMobile: true,
40 attrs: {
41 normal: ['col', 'wrap'],
42 key: ['title', 'info'],
43 }
44 });
45}

Callers 1

index.jsFile · 0.85

Calls 1

FormCreateFactoryFunction · 0.85

Tested by

no test coverage detected