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

modificates to the template for different look

parent e59401ce
Branches
No related tags found
No related merge requests found
/* eslint-disable */
<template>
<div>
<h1>Register</h1>
<v-layout column>
<v-flex xs6 offset-xs3>
<div class="white elevation-2">
<v-toolbar flat dense class="cyan" dark>
<v-toolbar-title>Register</v-toolbar-title>
</v-toolbar>
<div class="pl-4 pr-4 pt-2 pb-2">
<input type="email" name="email" v-model="email" placeholder="email"/>
<br>
<input type="password" name="password" v-model="password" placeholder="password"/>
......@@ -11,6 +15,9 @@
<br>
<button @click="register">Register</button>
</div>
</div>
</v-flex>
</v-layout>
</template>
<script>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment