File tree Expand file tree Collapse file tree
contentcuration/contentcuration/frontend/shared/views/errors Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<template >
22
3- <AppError >
3+ <StudioAppError >
44 <template #header >
55 {{ $tr('pageNotFoundHeader') }}
66 </template >
77 <template #details >
88 {{ $tr('pageNotFoundDetails') }}
99 </template >
1010 <template #actions >
11- <VBtn
11+ <KRouterLink
1212 v-bind =" backHomeLink"
13- color =" primary"
13+ appearance =" raised-button"
14+ primary
1415 >
1516 {{ $tr('backToHomeAction') }}
16- </VBtn >
17+ </KRouterLink >
1718 </template >
18- </AppError >
19+ </StudioAppError >
1920
2021</template >
2122
2223
2324<script >
2425
25- import AppError from ' ./AppError ' ;
26+ import StudioAppError from ' ./StudioAppError.vue ' ;
2627 import { routerMixin } from ' shared/mixins' ;
2728
2829 export default {
2930 name: ' PageNotFoundError' ,
3031 components: {
31- AppError ,
32+ StudioAppError ,
3233 },
3334 mixins: [routerMixin],
3435 props: {
You can’t perform that action at this time.
0 commit comments