mirror of
https://github.com/GiriNeko/YesPlayMusic.git
synced 2025-12-18 06:07:48 +00:00
feat: add see more mv button in artist page
This commit is contained in:
parent
453a378d42
commit
109098c1eb
6 changed files with 136 additions and 10 deletions
|
|
@ -49,6 +49,14 @@ const routes = [
|
|||
keepAlive: true,
|
||||
},
|
||||
},
|
||||
{
|
||||
path: "/artist/:id/mv",
|
||||
name: "artistMV",
|
||||
component: () => import("@/views/artistMV.vue"),
|
||||
meta: {
|
||||
keepAlive: true,
|
||||
},
|
||||
},
|
||||
{
|
||||
path: "/mv/:id",
|
||||
name: "mv",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue