Update NotFound.vue

This commit is contained in:
huan_kong 2023-06-30 18:43:05 +08:00 committed by GitHub
parent 3798ef9e38
commit 2d49ca649a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,7 @@ const root = ref('/')
<template>
<div class="theme-plume">
<Nav />
<LayoutContent>
<LayoutContent :isNotFound="true">
<div class="not-found">
<p class="code">404</p>
<h1 class="title">PAGE NOT FOUND</h1>