Skip to content
This repository has been archived by the owner on Jul 22, 2022. It is now read-only.

Commit

Permalink
docs: fix wrong docs
Browse files Browse the repository at this point in the history
  • Loading branch information
irfan-maulana-tkp committed Dec 1, 2020
1 parent c60dccb commit 3689e57
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,9 @@ Insert these code in `src/main.js`:
export default function (Vue, { router, head, isClient }) {
if (isClient) {
Vue.use(require('vue-script2'));
Vue.use(require('vue-google-adsense/dist/Adsense.min.js').default);
Vue.use(require('vue-google-adsense/dist/InArticleAdsense.min.js').default);
Vue.use(require('vue-google-adsense/dist/InFeedAdsense.min.js').default);
Vue.use(require('vue-google-adsense/dist/Adsense.min.js'));
Vue.use(require('vue-google-adsense/dist/InArticleAdsense.min.js'));
Vue.use(require('vue-google-adsense/dist/InFeedAdsense.min.js'));
}
}
```
Expand Down

0 comments on commit 3689e57

Please sign in to comment.