add login page

This commit is contained in:
2017-02-14 19:26:35 -07:00
parent fc6528c668
commit b80f01019d

15
src/pages/Login.vue Normal file
View File

@@ -0,0 +1,15 @@
<template>
<section class="section">
<div class="container">
<div class="notification">
Login Here
</div>
</div>
</section>
</template>
<script>
export default {
name: 'LoginPage',
}
</script>