(spotify) add spotify player

This commit is contained in:
2020-07-22 22:19:05 +02:00
parent 589fe8ee5f
commit 149d6eb2ad
13 changed files with 829 additions and 41 deletions

View File

@@ -20,6 +20,11 @@ const routes: RouteConfig[] = [
path: '/Privacy',
name: 'Privacy',
component: () => import('@/views/Privacy.vue')
},
{
path: '/spotify',
name: 'Spotify',
component: () => import('@/views/SpotifyCallback.vue')
}
]