wait login
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<q-page class="flex flex-center">
|
||||
<img alt="Quasar logo" src="~assets/quasar-logo-vertical.svg" style="width: 200px; height: 200px">
|
||||
<q-btn color="primary" label="Primary" @click="registrar" />
|
||||
<q-btn color="primary" label="Registrar" @click="registrar" />
|
||||
</q-page>
|
||||
</template>
|
||||
|
||||
|
||||
1
src/pages/LoginPage.vue
Normal file
1
src/pages/LoginPage.vue
Normal file
@@ -0,0 +1 @@
|
||||
|
||||
@@ -1,6 +1,10 @@
|
||||
const routes = [
|
||||
{
|
||||
path: '/',
|
||||
component: () => import('pages/LoginPage.vue')
|
||||
},
|
||||
{
|
||||
path: '/index',
|
||||
component: () => import('layouts/MainLayout.vue'),
|
||||
children: [
|
||||
{ path: '', component: () => import('pages/IndexPage.vue') }
|
||||
|
||||
Reference in New Issue
Block a user