add login page
This commit is contained in:
15
src/pages/Login.vue
Normal file
15
src/pages/Login.vue
Normal 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>
|
||||||
Reference in New Issue
Block a user