bill преди 1 година
родител
ревизия
8b0855f629
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      src/app/mirror/main.ts

+ 1 - 1
src/app/mirror/main.ts

@@ -3,7 +3,7 @@ import "element-plus/dist/index.css";
 import * as ElementPlusIconsVue from "@element-plus/icons-vue";
 import App from "./App.vue";
 import ElementPlus from "element-plus";
-
+import "@/store/user";
 const app = createApp(App);
 
 for (const [key, component] of Object.entries(ElementPlusIconsVue)) {