summaryrefslogtreecommitdiff
path: root/src/router/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/router/index.js')
-rw-r--r--src/router/index.js6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/router/index.js b/src/router/index.js
index 6db80b70..ce792cb7 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -1,7 +1,11 @@
import Vue from 'vue';
import VueRouter from 'vue-router';
-import store from '../store';
+
+//Do not change store or routes import.
+//Exact match alias set to support
+//dotenv customizations.
import routes from './routes';
+import store from '../store';
Vue.use(VueRouter);