summaryrefslogtreecommitdiff
path: root/src/main.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.js')
-rw-r--r--src/main.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/main.js b/src/main.js
index 497c751c..05a76429 100644
--- a/src/main.js
+++ b/src/main.js
@@ -1,7 +1,12 @@
import Vue from 'vue';
import App from './App.vue';
import router from './router';
+
+//Do not change store import.
+//Exact match alias set to support
+//dotenv customizations.
import store from './store';
+
import {
AlertPlugin,
BadgePlugin,