All checks were successful
deploy to server / build-and-deploy (push) Successful in 2m56s
11 lines
292 B
Vue
11 lines
292 B
Vue
<template>
|
|
<main p="x4 y10" text="center teal-700 dark:gray-200">
|
|
<not-found-result
|
|
:title="$t('page-not-found')"
|
|
:sub-title="$t('page-not-found-desc')"
|
|
:back-text="$t('back-to-home')"
|
|
:on-back="() => $router.push($localePath('/'))"
|
|
/>
|
|
</main>
|
|
</template>
|