project setup
This commit is contained in:
10
src/components/TopBar.vue
Normal file
10
src/components/TopBar.vue
Normal file
@@ -0,0 +1,10 @@
|
||||
<template>
|
||||
<div
|
||||
class="bg-primary position-absolute top-0 start-0 end-0"
|
||||
style="height: 50px"
|
||||
>
|
||||
<div class="container g-3 h-100 d-flex align-items-center text-white">
|
||||
top bar
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
Reference in New Issue
Block a user