インストールしたアプリ見れるようにしたり削除できるようにしたり
This commit is contained in:
parent
b8088dc01a
commit
dcd43a17ba
9 changed files with 153 additions and 40 deletions
|
@ -46,6 +46,7 @@ export const router = new VueRouter({
|
|||
{ path: '/my/groups', component: page('my-groups/index') },
|
||||
{ path: '/my/groups/:group', component: page('my-groups/group') },
|
||||
{ path: '/my/antennas', component: page('my-antennas/index') },
|
||||
{ path: '/my/apps', component: page('apps') },
|
||||
{ path: '/preferences', component: page('preferences/index') },
|
||||
{ path: '/instance', component: page('instance/index') },
|
||||
{ path: '/instance/emojis', component: page('instance/emojis') },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue