vxe-table-select-area
Version:
一个基于 vxe-table 的可区域选中复制、粘贴的组件
1 lines • 301 B
JavaScript
;Object.defineProperty(exports,"__esModule",{value:!0}),exports.focus=void 0;var focus={bind:function(e,o,c){var u,s,o=o.value;o&&(u=o.focus,s=o.select,c.context.$nextTick(function(){u&&e.focus(),s&&e.select()}))},update:function(e,o){o=o.value;o&&o.focus&&e.focus()}};exports.focus=focus;