mirror of
https://github.com/jeecgboot/JeecgBoot.git
synced 2026-02-04 17:45:34 +08:00
17 lines
214 B
Java
17 lines
214 B
Java
<template>
|
|
<exception-page type="500" />
|
|
</template>
|
|
|
|
<script>
|
|
import ExceptionPage from './ExceptionPage'
|
|
|
|
export default {
|
|
components: {
|
|
ExceptionPage
|
|
}
|
|
}
|
|
</script>
|
|
|
|
<style scoped>
|
|
|
|
</style> |