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
383 B
14 lines
383 B
11 months ago
|
import './src/index.mjs';
|
||
|
import './src/transfer.mjs';
|
||
|
import script from './src/index.vue_vue_type_script_lang.mjs';
|
||
|
export { CHANGE_EVENT } from '../../utils/constants.mjs';
|
||
|
|
||
|
script.install = (app) => {
|
||
|
app.component(script.name, script);
|
||
|
};
|
||
|
const _Transfer = script;
|
||
|
const ElTransfer = _Transfer;
|
||
|
|
||
|
export { ElTransfer, _Transfer as default };
|
||
|
//# sourceMappingURL=index.mjs.map
|