fc6b37fc5e752308a3beb510dc9fc3aa6db3eb3b.svn-base 214 B

1234567891011121314151617
  1. <template>
  2. <exception-page type="404" />
  3. </template>
  4. <script>
  5. import ExceptionPage from './ExceptionPage'
  6. export default {
  7. components: {
  8. ExceptionPage
  9. }
  10. }
  11. </script>
  12. <style scoped>
  13. </style>