@uifabric-vue/ie11-polyfills
v0.1.3
Published
Package to hold current and future ie11 polyfills
Downloads
8
Readme
@uifabric-vue/ie11-polyfills
ie11 polyfills needed by for the Vue port of Fluent UI.
import '@uifabric-vue/ie11-polyfills';
Original README:
@fluentui/ie11-polyfills
IE11 polyfills for Fluent UI React
Package to hold ie11 polyfill that allows webpages that use CSS variables for styling to render correctly in IE11. It will also hold any future IE11 polyfills
To use the polyfill, just import the package:
import '@fluentui/ie11-polyfills';
If you are using any websites with hot reloading, you will have to either put the polyfill on each page that uses css variables, or refresh the page for the script to take effect.