diff --git a/.env.example b/.env.example
index 5b02577..1056ed4 100644
--- a/.env.example
+++ b/.env.example
@@ -1,6 +1,8 @@
NODE_ENV=production
BASE_URL=/
+VUE_APP_VUEX_KEY=vuex
+
VUE_APP_TITLE=Jason.Chen
VUE_APP_API_URL=/api
diff --git a/src/App.vue b/src/App.vue
index a9ad213..af3420b 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -5,13 +5,15 @@
-