增加评论样式
site-dist-deploy / build-and-deploy (push) Successful in 2m9s

This commit is contained in:
2026-03-23 12:09:21 +02:00
parent 73afc3c435
commit 784cabaddc
7 changed files with 326 additions and 18 deletions
+5
View File
@@ -8,6 +8,11 @@ const router = createRouter({
name: 'home',
component: () => import('../pages/Home/index.vue'),
},
{
path: '/reviews',
name: 'reviews',
component: () => import('../pages/Reviews/index.vue'),
},
{
path: '/help',
name: 'help',