NotFound.vue 122 B

123456
  1. <template>
  2. <el-empty :image-size="200" :description="$t('common.notFoundPage')" />
  3. </template>
  4. <script setup>
  5. </script>