remove breadcrumb and bg reference
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
<template>
|
<template>
|
||||||
<SMPage no-breadcrumbs background="/img/background.jpg">
|
<SMPage>
|
||||||
<SMRow>
|
<SMRow>
|
||||||
<SMFormCard class="mt-5" narrow>
|
<SMFormCard class="mt-5" narrow>
|
||||||
<template v-if="!formDone">
|
<template v-if="!formDone">
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<template>
|
<template>
|
||||||
<SMPage no-breadcrumbs background="/img/background.jpg">
|
<SMPage>
|
||||||
<SMRow>
|
<SMRow>
|
||||||
<SMFormCard class="mt-5">
|
<SMFormCard class="mt-5">
|
||||||
<template v-if="!formDone">
|
<template v-if="!formDone">
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<template>
|
<template>
|
||||||
<SMPage no-breadcrumbs background="/img/background.jpg">
|
<SMPage>
|
||||||
<SMRow>
|
<SMRow>
|
||||||
<SMFormCard class="mt-5">
|
<SMFormCard class="mt-5">
|
||||||
<template v-if="!formDone">
|
<template v-if="!formDone">
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<template>
|
<template>
|
||||||
<SMPage no-breadcrumbs background="/img/background.jpg">
|
<SMPage>
|
||||||
<SMLoader :loading="true" />
|
<SMLoader :loading="true" />
|
||||||
</SMPage>
|
</SMPage>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<template>
|
<template>
|
||||||
<SMPage no-breadcrumbs background="/img/background.jpg">
|
<SMPage>
|
||||||
<template #container>
|
<template #container>
|
||||||
<SMFormCard full class="mt-5" :narrow="formDone">
|
<SMFormCard full class="mt-5" :narrow="formDone">
|
||||||
<template v-if="!formDone">
|
<template v-if="!formDone">
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<template>
|
<template>
|
||||||
<SMPage no-breadcrumbs background="/img/background.jpg">
|
<SMPage>
|
||||||
<SMRow>
|
<SMRow>
|
||||||
<SMFormCard class="mt-5" narrow>
|
<SMFormCard class="mt-5" narrow>
|
||||||
<template v-if="!formDone">
|
<template v-if="!formDone">
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<template>
|
<template>
|
||||||
<SMPage no-breadcrumbs background="/img/background.jpg">
|
<SMPage>
|
||||||
<SMRow>
|
<SMRow>
|
||||||
<SMFormCard narrow>
|
<SMFormCard narrow>
|
||||||
<template v-if="!formDone">
|
<template v-if="!formDone">
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<template>
|
<template>
|
||||||
<SMPage no-breadcrumbs background="/img/background.jpg">
|
<SMPage>
|
||||||
<SMRow>
|
<SMRow>
|
||||||
<SMFormCard narrow>
|
<SMFormCard narrow>
|
||||||
<template v-if="!formDone">
|
<template v-if="!formDone">
|
||||||
|
|||||||
Reference in New Issue
Block a user