Commit 1140890f authored by mahui's avatar mahui

init

parent 6052ae75
...@@ -19,7 +19,15 @@ const routes = [ ...@@ -19,7 +19,15 @@ const routes = [
component: () => import('@/views/home.vue') component: () => import('@/views/home.vue')
} }
] ]
} },
{
path: '/login',
name: 'login',
meta: {
prop: 'login'
},
component: () => import('@/views/login.vue')
}
]; ];
const router = createRouter({ const router = createRouter({
......
<template>
</template>
<script>
// @ is an alias to /src
export default {
name: 'login',
components: {}
}
</script>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment