ErrorPage.vue 83 B

12345
  1. <template>
  2. <div>
  3. <h1>404 页面找不到!</h1>
  4. </div>
  5. </template>