error.vue 158 B

1234567891011121314
  1. <script setup>
  2. </script>
  3. <template>
  4. <!-- 404 -->
  5. <div class="">
  6. 当前页面正在开发中,请稍后再试
  7. </div>
  8. </template>
  9. <style scoped>
  10. </style>