mirror of
https://github.com/PhyreApps/PhyrePanel.git
synced 2024-11-25 00:50:32 +00:00
update
This commit is contained in:
parent
13b0a23801
commit
62b99e83f7
2 changed files with 1 additions and 17 deletions
|
@ -1,15 +0,0 @@
|
|||
<script setup>
|
||||
import { useData } from 'vitepress'
|
||||
const { page } = useData()
|
||||
</script>
|
||||
|
||||
<template>
|
||||
|
||||
<div v-if="page.isNotFound">
|
||||
Custom 404 page!
|
||||
</div>
|
||||
|
||||
<Content v-else />
|
||||
|
||||
</template>
|
||||
|
|
@ -2,7 +2,6 @@
|
|||
import { h } from 'vue'
|
||||
import DefaultTheme from 'vitepress/theme'
|
||||
import './style.css'
|
||||
import Clean from './Clean.vue'
|
||||
|
||||
/** @type {import('vitepress').Theme} */
|
||||
export default {
|
||||
|
@ -13,6 +12,6 @@ export default {
|
|||
})
|
||||
},
|
||||
enhanceApp({ app, router, siteData }) {
|
||||
app.component('clean', Clean)
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue