9 lines
134 B
JavaScript
Raw Normal View History

import select2 from 'select2/dist/js/select2.full';
try {
window.select2 = select2;
} catch (e) {}
select2();
export { select2 };