2
0
mirror of https://github.com/tenrok/vue-select.git synced 2026-06-10 07:52:23 +03:00
This commit is contained in:
Jeff
2019-04-27 19:54:28 -07:00
parent 46eac31c45
commit d972a1cfa6
+2 -3
View File
@@ -11,8 +11,7 @@ export default {
adProvider: null,
}),
mounted () {
// this.loadAds();
this.loadCarbon();
this.loadAds();
},
watch: {
'$route' (to, from) {
@@ -35,7 +34,7 @@ export default {
}
},
loadAds () {
this.loadCodeFund();
this.loadCarbon();
},
createScript ({src, id, async = 'async'}) {
const script = document.createElement('script');