No Description
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

popper.js 256B

12345678910
  1. import Popper from '@popperjs/core/dist/umd/popper.min';
  2. // Required to enable animations on dropdowns/tooltips/popovers
  3. // Popper.Defaults.modifiers.computeStyle.gpuAcceleration = false
  4. try {
  5. window.Popper = Popper;
  6. } catch (e) {}
  7. export { Popper };