This commit is contained in:
les 2021-05-18 20:37:16 +02:00
parent 1aedfb3ae0
commit 432efa3dd9
No known key found for this signature in database
GPG key ID: 352918250B012177
3 changed files with 32 additions and 29 deletions

View file

@ -1,4 +1,5 @@
<template lang='pug'>
v-container
v-row.mt-5(align='center' justify='center')
v-col(cols='12' md="6" lg="5" xl="4")
v-form(v-model='valid' ref='form' lazy-validation @submit.prevent='submit')

View file

@ -1,4 +1,5 @@
<template lang='pug'>
v-container
v-row.mt-5(align='center' justify='center')
v-col(cols='12' md="6" lg="5" xl="4")

View file

@ -30,6 +30,7 @@ const defaultSettings = {
'theme.is_dark': true,
'theme.primary': '#FF4500',
footerLinks: [
{ href: '/', label: 'home' },
{ href: '/about', label: 'about' }
]
}