You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
458 B
14 lines
458 B
11 months ago
|
import { withInstall, withNoopInstall } from '../../utils/with-install.mjs';
|
||
|
import './src/form.mjs';
|
||
|
import './src/form-item.mjs';
|
||
|
import script from './src/form.vue_vue_type_script_lang.mjs';
|
||
|
import script$1 from './src/form-item.vue_vue_type_script_lang.mjs';
|
||
|
|
||
|
const ElForm = withInstall(script, {
|
||
|
FormItem: script$1
|
||
|
});
|
||
|
const ElFormItem = withNoopInstall(script$1);
|
||
|
|
||
|
export { ElForm, ElFormItem, ElForm as default };
|
||
|
//# sourceMappingURL=index.mjs.map
|