File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
adminforth/spa/src/components Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 66 <slot ></slot >
77 </div >
88 </div >
9- <div class =" flex items-center justify-between mb-3 flex-wrap gap-y-2 gap-2" v-if =" coreStore.resourceColumnsError" >
10- <div class =" p-4 mb-4 text-sm text-red-800 rounded-lg bg-red-50 dark:bg-gray-800 dark:text-red-400" role =" alert" >
11- <span class =" font-medium" >{{ $t('Error!')}}</span > {{ coreStore.resourceColumnsError }}
12- </div >
9+
10+ <div class =" absolute inset-0 z-50 bg-white " v-if =" coreStore.resourceColumnsError" >
11+ <PageNotFound />
1312 </div >
1413 </div >
1514
1615</template >
1716
1817<script setup>
19- import Breadcrumbs from ' @/components/Breadcrumbs.vue' ;
18+ import Breadcrumbs from ' @/components/Breadcrumbs.vue' ;
19+ import PageNotFound from ' @/views/PageNotFound.vue' ;
2020
2121import { useCoreStore } from ' @/stores/core' ;
2222
You can’t perform that action at this time.
0 commit comments