Skip to content
Snippets Groups Projects
Commit 3802a269 authored by V S Tharunika's avatar V S Tharunika
Browse files

header included from vuetify

parent b6f85011
No related branches found
No related tags found
No related merge requests found
<template>
<div id="app">
<!--<img src= "./assets/logo.png">-->
<page-header />
<router-view />
</div>
......
<template>
<v-toolbar fixed class="maroon">
<v-toolbar-title class="mr-4">
BookRacker
</v-toolbar-title>
<v-toolbar
dark
prominent
src="https://cdn.vuetifyjs.com/images/backgrounds/vbanner.jpg"
>
<v-app-bar-nav-icon></v-app-bar-nav-icon>
<v-toolbar-title>Book Racker</v-toolbar-title>
<v-spacer></v-spacer>
<v-btn icon>
<v-icon>mdi-export</v-icon>
</v-btn>
</v-toolbar>
</template>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment