feature[profile]: add profile page (#1953)

This commit is contained in:
Tuan Duong
2019-04-25 16:45:46 +07:00
committed by 花裤衩
parent f9f51986e6
commit c58e2078bc
13 changed files with 511 additions and 6 deletions

View File

@@ -26,6 +26,11 @@
<i class="el-icon-caret-bottom" />
</div>
<el-dropdown-menu slot="dropdown">
<router-link to="/profile/index">
<el-dropdown-item>
{{ $t('navbar.profile') }}
</el-dropdown-item>
</router-link>
<router-link to="/">
<el-dropdown-item>
{{ $t('navbar.dashboard') }}