Skip to content
Snippets Groups Projects
Commit d99743eb authored by fz2907's avatar fz2907
Browse files

Comment basic feature is done, need more testing and some help UI

parent 03635942
Branches comment_feature
No related tags found
1 merge request!37Start AgreedMatchPage to show the ongoing matches and history matches for user...
......@@ -18,14 +18,17 @@
<el-menu-item index="3" v-on:click="redirect('/wishlist-page')"
>Wish List</el-menu-item
>
<el-menu-item index="4" v-on:click="redirect('/flight')"
<el-menu-item index="4" v-on:click="redirect('/agreed-match-page')"
>Agreed Records</el-menu-item
>
<el-menu-item index="5" v-on:click="redirect('/flight')"
>Flight Ticket</el-menu-item
>
<el-menu-item index="5" v-on:click="redirect('/profile')"
<el-menu-item index="6" v-on:click="redirect('/profile')"
>Profile</el-menu-item
>
<notification class="position"></notification>
<el-menu-item index="6" class="dock-right" @click="hanldeLogOut()"
<el-menu-item index="7" class="dock-right" @click="hanldeLogOut()"
>Log Out</el-menu-item
>
</el-menu>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment