cmdb/ui/src/views/exception/404.vue

18 lines
204 B
Python

<template>
<exception-page type="404" />
</template>
<script>
import { ExceptionPage } from '@/components'
export default {
components: {
ExceptionPage
}
}
</script>
<style scoped>
</style>