|
@@ -12,6 +12,7 @@ import VueSocialSharing from "vue-social-sharing";
|
12
|
12
|
import VueCurrencyInput from "vue-currency-input";
|
13
|
13
|
import VueFloatLabel from "vue-float-label";
|
14
|
14
|
import VueCryptojs from "vue-cryptojs";
|
|
15
|
+import VueAnalytics from 'vue-analytics';
|
15
|
16
|
|
16
|
17
|
Vue.use(VueSocialSharing);
|
17
|
18
|
Vue.use(EvaIcons);
|
|
@@ -31,6 +32,12 @@ Vue.use(VueGoogleMaps, {
|
31
|
32
|
// v: '3.26',
|
32
|
33
|
}
|
33
|
34
|
});
|
|
35
|
+//More info @ https://webdeasy.de/en/vue-analytics-en/
|
|
36
|
+Vue.use(VueAnalytics, {
|
|
37
|
+ id: 'UA-128891091-1',
|
|
38
|
+ router
|
|
39
|
+});
|
|
40
|
+
|
34
|
41
|
Vue.config.productionTip = false;
|
35
|
42
|
//axios.defaults.baseURL = "http://localhost:57260";
|
36
|
43
|
axios.defaults.baseURL = "https://www.pvsl.co.za:86/";
|