how to use?
Closed this issue · 2 comments
qq524007127 commented
How to use in the vue2.0?
mcacciat commented
import Promise from 'promise-polyfill';
window.Promise = window.Promise || Promise;
taylorhakes commented
Thanks! I updated the readme with this info