Gitlab@Informatics

Skip to content
Snippets Groups Projects
Commit 58e491ea authored by 62160286's avatar 62160286
Browse files

Add router-link MyPage

parent a22bf287
No related branches found
No related tags found
No related merge requests found
<template>
<div id="nav">
<router-link to="/">Home</router-link> |
<router-link to="/about">About</router-link>
<router-link to="/about">About</router-link> |
<router-link to="/mypage">MyPage</router-link>
</div>
<router-view/>
</template>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment