Some refactoring, added dynamic route for EmployeesDetails

This commit is contained in:
Sockenklaus
2021-10-29 17:06:54 +02:00
parent 6cb1f6b488
commit f04830edde
3 changed files with 8 additions and 5 deletions

View File

@@ -21,7 +21,7 @@ async function onLogout() {
<router-link
v-if="userStore.isLoggedIn"
class="nav-link"
:to="{name: 'Profile'}"
to="/employees/me"
>
Profile
</router-link>