Web Interface for Tags #104244

Merged
Sybren A. Stüvel merged 30 commits from Evelinealy/flamenco:tag-interface into main 2023-09-04 13:06:10 +02:00
Showing only changes of commit 0c6dc3a2b4 - Show all commits

View File

@ -21,7 +21,7 @@ const router = createRouter({
props: true,
},
{
path: '/tags/:tagID?',
path: '/tags',
name: 'tags',
component: () => import('../views/TagsView.vue'),
props: true,