Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions app/src/router/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@ const routes: Array<RouteRecordRaw> = [
name: 'community',
component: () => import(`@/views/main/community/CommunityView.vue`),
children: [
{
path: 'memory',
name: 'memory',
component: () => import(`@/views/main/community/memory/MemoryView.vue`),
},
{
path: ':channelId',
props: true,
Expand Down
Loading
Loading