Skip to content

Commit

Permalink
test: add Test.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
sunpochin committed Apr 16, 2024
1 parent 95e63ed commit 9230927
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/router/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ const routes = [
name: "earphones",
component: () => import("@/views/EarphonesView.vue"),
},
{
path: "/test",
name: "test",
component: () => import("@/views/Test.vue"),
},
{
path: "/login",
name: "login",
Expand Down

0 comments on commit 9230927

Please sign in to comment.