404.vue 151 B

12345678910111213141516
  1. <template>
  2. <div>
  3. <h1>404</h1>
  4. </div>
  5. </template>
  6. <script>
  7. export default {
  8. data () {
  9. return {}
  10. }
  11. }
  12. </script>
  13. <style>
  14. </style>