diff --git a/src/App.vue b/src/App.vue index 9598e05..77951e5 100644 --- a/src/App.vue +++ b/src/App.vue @@ -2,20 +2,33 @@ - + + + + 首页 | + 关于 + + + + + + \ No newline at end of file diff --git a/src/components/AppFooter.vue b/src/components/AppFooter.vue index 43b957b..edf5242 100644 --- a/src/components/AppFooter.vue +++ b/src/components/AppFooter.vue @@ -1,51 +1,30 @@ - - - - - - - - - - - 2024 - 2025 Kisechan - - - - - - - \ No newline at end of file + + + + + + + {{ item.name }} + + + + + 2024 - 2025 Kisechan + + + + + + + diff --git a/src/components/NavBar.vue b/src/components/NavBar.vue index 0774299..14def0b 100644 --- a/src/components/NavBar.vue +++ b/src/components/NavBar.vue @@ -1,30 +1,16 @@ - - 主页 - - 博客 - - 关于 - - - - \ No newline at end of file + + 主页 + + 博客 + + 关于 + + + + diff --git a/src/router/index.js b/src/router/index.js index 4c003e6..0e8d71f 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -1,16 +1,15 @@ import { createRouter, createWebHistory } from 'vue-router' -import HomeView from '../views/HomeView.vue' const routes = [ { path: '/', name: 'home', - component: HomeView + component: () => import('@/views/HomeView.vue') }, { path: '/about', name: 'about', - component: () => import('../views/AboutView.vue') + component: () => import('@/views/AboutView.vue') } ] diff --git a/src/views/AboutView.vue b/src/views/AboutView.vue index 7db710e..d7e5772 100644 --- a/src/views/AboutView.vue +++ b/src/views/AboutView.vue @@ -1,22 +1,22 @@ - + - 关于我 - 这里是正文内容... + ABOUT + passage... - - 作者姓名 - 这里是作者简介... + + name + info... @@ -26,20 +26,9 @@ + + \ No newline at end of file diff --git a/src/views/HomeView.vue b/src/views/HomeView.vue index 43d833c..355e064 100644 --- a/src/views/HomeView.vue +++ b/src/views/HomeView.vue @@ -1,9 +1,10 @@ - + test + Make By Vue + Vite + Element Plus Building... @@ -12,21 +13,8 @@ - \ No newline at end of file +
2024 - 2025 Kisechan
这里是正文内容...
passage...
这里是作者简介...
info...
Building...