mirror of
https://github.com/TeamPiped/Piped.git
synced 2025-10-13 19:08:22 +00:00
@@ -20,6 +20,10 @@ const routes = [{
|
||||
path: '/results',
|
||||
name: 'SearchResults',
|
||||
component: () => import('../components/SearchResults.vue')
|
||||
}, {
|
||||
path: '/playlist',
|
||||
name: 'Playlist',
|
||||
component: () => import('../components/Playlist.vue')
|
||||
}]
|
||||
|
||||
const router = createRouter({
|
||||
|
Reference in New Issue
Block a user