2
0
mirror of https://github.com/tenrok/vue-select.git synced 2026-06-22 10:30:34 +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, adProvider: null,
}), }),
mounted () { mounted () {
// this.loadAds(); this.loadAds();
this.loadCarbon();
}, },
watch: { watch: {
'$route' (to, from) { '$route' (to, from) {
@@ -35,7 +34,7 @@ export default {
} }
}, },
loadAds () { loadAds () {
this.loadCodeFund(); this.loadCarbon();
}, },
createScript ({src, id, async = 'async'}) { createScript ({src, id, async = 'async'}) {
const script = document.createElement('script'); const script = document.createElement('script');