Files
jshERP/jshERP-web/src/views/exception/404.vue
2021-04-07 23:53:57 +08:00

17 lines
214 B
Java

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