Logo white

server-group / juveniles-report

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • juveniles-report
  • ant-design-vue-base
  • src
  • views
  • exception
  • 500.vue
  • 初始化项目
    1a2d344e
    wxy authored
    2022-04-23 15:57:17 +0800  
    Browse Code »
500.vue 214 Bytes
Edit Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
<template>
  <exception-page type="500" />
</template>

<script>
  import ExceptionPage from './ExceptionPage'

  export default {
    components: {
      ExceptionPage
    }
  }
</script>

<style scoped>

</style>