搜索功能加入

This commit is contained in:
stardrophere
2026-03-13 18:25:38 +08:00
parent 9440b7f590
commit 6aee65af6c
18 changed files with 1545 additions and 103 deletions
+5
View File
@@ -49,6 +49,11 @@ const router = createRouter({
name: 'delivery',
component: () => import('@/views/DeliveryView.vue'),
},
{
path: 'search',
name: 'search',
component: () => import('@/views/SearchView.vue'),
},
],
},
],