mirror of
https://github.com/veops/cmdb.git
synced 2025-08-10 14:01:26 +08:00
Modify code organization
This commit is contained in:
17
cmdb-ui/src/views/exception/404.vue
Normal file
17
cmdb-ui/src/views/exception/404.vue
Normal file
@@ -0,0 +1,17 @@
|
||||
<template>
|
||||
<exception-page type="404" />
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import { ExceptionPage } from '@/components'
|
||||
|
||||
export default {
|
||||
components: {
|
||||
ExceptionPage
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
|
||||
</style>
|
Reference in New Issue
Block a user