|
|
@@ -12,6 +12,9 @@ Vue.prototype.$util = util;
|
|
|
import globalMixins from "./mixins/globalMixins";
|
|
|
Vue.mixin(globalMixins);
|
|
|
|
|
|
+import kdEntrance from "@/components/kd_entrance";
|
|
|
+Vue.component('kd-entrance', kdEntrance)
|
|
|
+
|
|
|
import store from "./store";
|
|
|
Vue.prototype.$store = store;
|
|
|
|