split starred into tabs

This commit is contained in:
Thomas Amland
2021-05-09 10:56:58 +02:00
parent 3d89d3f26d
commit b1ee4b18dc
2 changed files with 30 additions and 15 deletions
+2 -1
View File
@@ -88,8 +88,9 @@ export function setupRouter(auth: AuthService) {
},
{
name: 'starred',
path: '/starred',
path: '/starred/:section?',
component: Starred,
props: true,
},
{
name: 'radio',