mirror of
https://github.com/veops/cmdb.git
synced 2025-08-09 12:53:11 +08:00
18 lines
204 B
Python
18 lines
204 B
Python
<template>
|
|
<exception-page type="404" />
|
|
</template>
|
|
|
|
<script>
|
|
import { ExceptionPage } from '@/components'
|
|
|
|
export default {
|
|
components: {
|
|
ExceptionPage
|
|
}
|
|
}
|
|
</script>
|
|
|
|
<style scoped>
|
|
|
|
</style>
|