remove breadcrumb and bg reference

This commit is contained in:
2023-04-12 13:38:08 +10:00
parent 4238c977f3
commit d7a35e651e
8 changed files with 8 additions and 8 deletions

View File

@@ -1,5 +1,5 @@
<template>
<SMPage no-breadcrumbs background="/img/background.jpg">
<SMPage>
<SMRow>
<SMFormCard class="mt-5" narrow>
<template v-if="!formDone">

View File

@@ -1,5 +1,5 @@
<template>
<SMPage no-breadcrumbs background="/img/background.jpg">
<SMPage>
<SMRow>
<SMFormCard class="mt-5">
<template v-if="!formDone">

View File

@@ -1,5 +1,5 @@
<template>
<SMPage no-breadcrumbs background="/img/background.jpg">
<SMPage>
<SMRow>
<SMFormCard class="mt-5">
<template v-if="!formDone">

View File

@@ -1,5 +1,5 @@
<template>
<SMPage no-breadcrumbs background="/img/background.jpg">
<SMPage>
<SMLoader :loading="true" />
</SMPage>
</template>

View File

@@ -1,5 +1,5 @@
<template>
<SMPage no-breadcrumbs background="/img/background.jpg">
<SMPage>
<template #container>
<SMFormCard full class="mt-5" :narrow="formDone">
<template v-if="!formDone">

View File

@@ -1,5 +1,5 @@
<template>
<SMPage no-breadcrumbs background="/img/background.jpg">
<SMPage>
<SMRow>
<SMFormCard class="mt-5" narrow>
<template v-if="!formDone">

View File

@@ -1,5 +1,5 @@
<template>
<SMPage no-breadcrumbs background="/img/background.jpg">
<SMPage>
<SMRow>
<SMFormCard narrow>
<template v-if="!formDone">

View File

@@ -1,5 +1,5 @@
<template>
<SMPage no-breadcrumbs background="/img/background.jpg">
<SMPage>
<SMRow>
<SMFormCard narrow>
<template v-if="!formDone">