UNPKG

tdesign-vue-next

Version:
21 lines (17 loc) 469 B
/** * tdesign v1.11.5 * (c) 2025 tdesign * @license MIT */ import { getAttach } from './dom.mjs'; import '../_chunks/dep-82d2a14f.mjs'; 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.mjs.map