minor
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
<template lang='pug'>
|
<template lang='pug'>
|
||||||
|
v-container
|
||||||
v-row.mt-5(align='center' justify='center')
|
v-row.mt-5(align='center' justify='center')
|
||||||
v-col(cols='12' md="6" lg="5" xl="4")
|
v-col(cols='12' md="6" lg="5" xl="4")
|
||||||
v-form(v-model='valid' ref='form' lazy-validation @submit.prevent='submit')
|
v-form(v-model='valid' ref='form' lazy-validation @submit.prevent='submit')
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
<template lang='pug'>
|
<template lang='pug'>
|
||||||
|
v-container
|
||||||
v-row.mt-5(align='center' justify='center')
|
v-row.mt-5(align='center' justify='center')
|
||||||
v-col(cols='12' md="6" lg="5" xl="4")
|
v-col(cols='12' md="6" lg="5" xl="4")
|
||||||
|
|
||||||
|
|||||||
@@ -30,6 +30,7 @@ const defaultSettings = {
|
|||||||
'theme.is_dark': true,
|
'theme.is_dark': true,
|
||||||
'theme.primary': '#FF4500',
|
'theme.primary': '#FF4500',
|
||||||
footerLinks: [
|
footerLinks: [
|
||||||
|
{ href: '/', label: 'home' },
|
||||||
{ href: '/about', label: 'about' }
|
{ href: '/about', label: 'about' }
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user