|
@@ -29,6 +29,7 @@ import About from "./component/About.vue";
|
|
|
import Login from "./component/approve/Login.vue";
|
|
|
import Register from "./component/approve/Register.vue";
|
|
|
import File from "./component/file/File.vue";
|
|
|
+import Header from './common/Header.vue';
|
|
|
import i18n from "./i18n.js";
|
|
|
import { useI18n } from 'vue-i18n';
|
|
|
|
|
@@ -57,7 +58,8 @@ const app=createApp({
|
|
|
About,
|
|
|
Login,
|
|
|
Register,
|
|
|
- File
|
|
|
+ File,
|
|
|
+ Header
|
|
|
},
|
|
|
data(){
|
|
|
return{
|