feat: add prime vue

This commit is contained in:
yanghao05
2025-04-01 17:51:50 +08:00
parent f696dfdfe8
commit fe9a80405d
12 changed files with 339 additions and 1023 deletions

View File

@@ -7,16 +7,6 @@ const routes = [
name: 'Home',
component: () => import('./pages/HomePage.vue')
},
{
path: '/posts',
name: 'Posts',
component: () => import('./pages/PostsPage.vue')
},
{
path: '/medias',
name: 'Medias',
component: () => import('./pages/MediasPage.vue')
}
];
// Create the router instance