Some refactoring, added dynamic route for EmployeesDetails
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user