darrynten / vue-adsense

Google Adsense for Vue
MIT License
77 stars 26 forks source link

Fix issue #3 "Cannot assign to read only property 'exports' of object… #4

Closed michael158 closed 7 years ago

michael158 commented 7 years ago

EcmaScript 6 support

Now to a require the correct sintax is:

var VueAdsense = require('vue-adsense').default

to import nothing change:

import VueAdsense from 'vue-adsense'

darrynten commented 7 years ago

Hi, thanks for your PR. This is being reviewed, and is most appreciated.