404.vue 152 B

12345
  1. <template>
  2. <div class="not-found">找不到该页面!</div>
  3. </template>
  4. <script setup name="NotFound"></script>
  5. <style scoped lang=""></style>