desing navbar

Signed-off-by: nurRiyad <asadnurriyad@gmail.com>
This commit is contained in:
nurRiyad
2022-12-09 01:35:55 +06:00
parent 7fc5639e55
commit c560b4be74
11 changed files with 337 additions and 5 deletions

View File

@@ -1,7 +1,12 @@
<template>
<div>
<div class="h-10 bg-[#a2d9ff]"></div>
<navbar-com />
<slot />
<div class="h-10 bg-[#a2d9ff]"></div>
<svg-wave />
<div>
<slot />
</div>
<footer-com />
</div>
</template>