Skip to content

Commit

Permalink
Work on login started
Browse files Browse the repository at this point in the history
  • Loading branch information
elrumo committed Apr 13, 2021
1 parent 70f3ef9 commit 03f0ccd
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 0 deletions.
Binary file modified website/.DS_Store
Binary file not shown.
5 changes: 5 additions & 0 deletions website/macos-big-sur-icons/src/router/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@ const routes = [
name: 'About',
component: () => import('../views/About.vue')
},
{
path: '/login',
name: 'Login',
component: () => import('../views/Login.vue')
},
{
path: '/blog',
name: 'BlogHome',
Expand Down
17 changes: 17 additions & 0 deletions website/macos-big-sur-icons/src/views/Login.vue
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<template>
<div>


</div>
</template>

<script>
// @ is an alias to /src
// import Header from '@/components/Header.vue'
export default {
name: 'About',
components: {
}
}
</script>

1 comment on commit 03f0ccd

@vercel
Copy link

@vercel vercel bot commented on 03f0ccd Apr 13, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.