mirror of
https://github.com/iczer/vue-antd-admin
synced 2025-04-06 04:00:06 +08:00
15 lines
196 B
Vue
15 lines
196 B
Vue
<template>
|
|
<exception-page type="500" />
|
|
</template>
|
|
|
|
<script>
|
|
import ExceptionPage from './ExceptionPage'
|
|
export default {
|
|
components: {ExceptionPage}
|
|
}
|
|
</script>
|
|
|
|
<style scoped>
|
|
|
|
</style>
|