This commit is contained in:
Dmitry Belyaev 2021-06-08 14:12:28 +03:00
parent fc67d035f7
commit 36829c9025
Signed by: b4tman
GPG Key ID: 41A00BF15EA7E5F3
1 changed files with 2 additions and 0 deletions

View File

@ -1,7 +1,9 @@
<template> <template>
<div id="nav"> <div id="nav">
<!--
<router-link to="/">Home</router-link> | <router-link to="/">Home</router-link> |
<router-link to="/about">About</router-link> <router-link to="/about">About</router-link>
-->
</div> </div>
<router-view /> <router-view />
</template> </template>