feature/client-template #2
0
client/src/assets/.gitkeep
Normal file
0
client/src/assets/.gitkeep
Normal file
0
client/src/components/.gitkeep
Normal file
0
client/src/components/.gitkeep
Normal file
21
client/src/components/Header.vue
Normal file
21
client/src/components/Header.vue
Normal file
@@ -0,0 +1,21 @@
|
|||||||
|
|
||||||
|
<template>
|
||||||
|
<b-navbar toggleable="lg" type="dark" variant="primary">
|
||||||
|
<b-container>
|
||||||
|
<b-row class="text-white">
|
||||||
|
<b-col>
|
||||||
|
<b-icon-people-fill class="h2"></b-icon-people-fill>
|
||||||
|
</b-col>
|
||||||
|
<b-col>
|
||||||
|
<span class="h3">CRM</span>
|
||||||
|
</b-col>
|
||||||
|
</b-row>
|
||||||
|
</b-container>
|
||||||
|
</b-navbar>
|
||||||
|
</template>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
export default {
|
||||||
|
name: "Header",
|
||||||
|
};
|
||||||
|
</script>
|
||||||
0
client/src/pages/.gitkeep
Normal file
0
client/src/pages/.gitkeep
Normal file
0
client/src/services/.gitkeep
Normal file
0
client/src/services/.gitkeep
Normal file
Reference in New Issue
Block a user