taylorhakes/promise-polyfill

how to use?

Closed this issue · 2 comments

How to use in the vue2.0?

import Promise from 'promise-polyfill';  
window.Promise = window.Promise || Promise;

Thanks! I updated the readme with this info