summaryrefslogtreecommitdiff
path: root/src/main.js
diff options
context:
space:
mode:
authorYoshie Muranaka <yoshiemuranaka@gmail.com>2020-10-16 17:58:06 +0300
committerYoshie Muranaka <yoshiemuranaka@gmail.com>2020-10-19 18:39:09 +0300
commit8263d85c4f97cbf22639054412ea0323251de0f7 (patch)
tree3021fa4607858cc9e3e8c1a7fad39d00b2e8cd01 /src/main.js
parent61859097d8a129de1d8292f3ebde5e9228d82838 (diff)
downloadwebui-vue-8263d85c4f97cbf22639054412ea0323251de0f7.tar.xz
Add comments for imports that support dotenv
We have set up exact match resolve aliases to support different dotenv build customizations. Added comments to the imports that should not be changed. Signed-off-by: Yoshie Muranaka <yoshiemuranaka@gmail.com> Change-Id: Ie371b42ec35f876ccb89ef976f7126d5234a1b47
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,