404.vue 379 B

1234567891011121314151617
  1. <!--
  2. * @Author: your name
  3. * @Date: 2021-01-18 09:41:14
  4. * @LastEditTime: 2021-01-18 16:14:36
  5. * @LastEditors: Please set LastEditors
  6. * @Description: In User Settings Edit
  7. * @FilePath: \vue3-element-admin\src\views\404.vue
  8. -->
  9. <template>
  10. <common></common>
  11. </template>
  12. <script setup>
  13. import Common from "@/components/Common";
  14. </script>
  15. <style lang="scss" scoped></style>