UNPKG

tdesign-vue-next

Version:
21 lines (17 loc) 466 B
/** * tdesign v1.11.5 * (c) 2025 tdesign * @license MIT */ import { getAttach } from './dom.js'; import '../_chunks/dep-caecb55d.js'; import 'lodash-es'; var TransferDom = { mounted: function mounted(el, binding) { if (!binding.value) return; var parentNode = getAttach(binding.value); parentNode === null || parentNode === void 0 || parentNode.appendChild(el); } }; export { TransferDom as default }; //# sourceMappingURL=transfer-dom.js.map