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.
20 lines
444 B
20 lines
444 B
11 months ago
|
'use strict';
|
||
|
|
||
|
Object.defineProperty(exports, '__esModule', { value: true });
|
||
|
|
||
|
var vue = require('vue');
|
||
|
require('../../tokens/index.js');
|
||
|
var form = require('../../tokens/form.js');
|
||
|
|
||
|
const useFormItem = () => {
|
||
|
const form$1 = vue.inject(form.elFormKey, void 0);
|
||
|
const formItem = vue.inject(form.elFormItemKey, void 0);
|
||
|
return {
|
||
|
form: form$1,
|
||
|
formItem
|
||
|
};
|
||
|
};
|
||
|
|
||
|
exports.useFormItem = useFormItem;
|
||
|
//# sourceMappingURL=index.js.map
|