index.vue 136 B

123456789
  1. <template>
  2. <div id="error">404</div>
  3. </template>
  4. <script>
  5. export default {
  6. name: 'error',
  7. layout: 'errorPage'
  8. }
  9. </script>