add route

Signed-off-by: nurRiyad <asadnurriyad@gmail.com>
This commit is contained in:
nurRiyad
2022-12-07 23:54:09 +06:00
parent bab42538c6
commit d39bbbd088
11 changed files with 1151 additions and 9 deletions

5
components/FooterCom.vue Normal file
View File

@@ -0,0 +1,5 @@
<template>
<div>
<h1>Footer Component</h1>
</div>
</template>

5
components/NavbarCom.vue Normal file
View File

@@ -0,0 +1,5 @@
<template>
<div>
<h1>Navbar Component</h1>
</div>
</template>