xdesign-vue-next
Version:
XDesign Component for vue-next
24 lines (20 loc) • 554 B
JavaScript
/**
* xdesign v1.0.6
* (c) 2023 xdesign
* @license MIT
*/
import { getAttach } from './dom.js';
import '../_chunks/dep-3a1cce9f.js';
import 'lodash/isString';
import 'lodash/isFunction';
import 'lodash/isArray';
import './easing.js';
var TransferDom = {
mounted: function mounted(el, binding) {
if (!binding.value) return;
var parentNode = getAttach(binding.value);
parentNode === null || parentNode === void 0 ? void 0 : parentNode.appendChild(el);
}
};
export { TransferDom as default };
//# sourceMappingURL=transfer-dom.js.map