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

removing errors

parent 0493d8c2
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>
<script>
import PageHeader from '@/components/Header.vue'
export default {
name: 'App'
name: 'App',
components: {
PageHeader
}
}
</script>
......
<template>
<v-toolbar fixed class="cyan">
<v-toolbar fixed class="maroon">
<v-toolbar-title class="mr-4">
BOOK RACKER
BookRacker
</v-toolbar-title>
</v-toolbar>
</template>
......
......@@ -2,7 +2,7 @@
<template>
<v-layout column>
<v-flex xs3 offset-xs6>
<div class="white elevation-2" style="width: 1455px;">
<div class="white elevation-2" style="width: 1455px;padding-top: 100px;padding-left: 50px;height: 400px">
<v-toolbar flat dense class="cyan" dark>
<v-toolbar-title>Register</v-toolbar-title>
</v-toolbar>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment