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.
| 12345678910 |
- import Popper from '@popperjs/core/dist/umd/popper.min';
-
- // Required to enable animations on dropdowns/tooltips/popovers
- // Popper.Defaults.modifiers.computeStyle.gpuAcceleration = false
-
- try {
- window.Popper = Popper;
- } catch (e) {}
-
- export { Popper };
|