remove breadcrumbs
This commit is contained in:
@@ -2,7 +2,6 @@
|
|||||||
<div
|
<div
|
||||||
:class="['sm-page-outer', { 'sm-no-breadcrumbs': noBreadcrumbs }]"
|
:class="['sm-page-outer', { 'sm-no-breadcrumbs': noBreadcrumbs }]"
|
||||||
:style="styleObject">
|
:style="styleObject">
|
||||||
<SMBreadcrumbs v-if="!noBreadcrumbs" />
|
|
||||||
<SMLoader :loading="loading">
|
<SMLoader :loading="loading">
|
||||||
<SMErrorForbidden
|
<SMErrorForbidden
|
||||||
v-if="pageError == 403 || !hasPermission()"></SMErrorForbidden>
|
v-if="pageError == 403 || !hasPermission()"></SMErrorForbidden>
|
||||||
@@ -22,7 +21,6 @@
|
|||||||
|
|
||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
import { useSlots } from "vue";
|
import { useSlots } from "vue";
|
||||||
import SMBreadcrumbs from "../components/SMBreadcrumbs.vue";
|
|
||||||
import { useUserStore } from "../store/UserStore";
|
import { useUserStore } from "../store/UserStore";
|
||||||
import SMErrorForbidden from "./errors/Forbidden.vue";
|
import SMErrorForbidden from "./errors/Forbidden.vue";
|
||||||
import SMErrorInternal from "./errors/Internal.vue";
|
import SMErrorInternal from "./errors/Internal.vue";
|
||||||
|
|||||||
Reference in New Issue
Block a user