| | |
| | | </template> |
| | | <script lang="ts" setup> |
| | | import type { PropType } from 'vue'; |
| | | import type { ErrorLogInfo } from '/#/store'; |
| | | import { BasicModal } from '/@/components/Modal/index'; |
| | | import { Description, useDescription } from '/@/components/Description/index'; |
| | | import { useI18n } from '/@/hooks/web/useI18n'; |
| | | import type { ErrorLogInfo } from '#/store'; |
| | | import { BasicModal } from '@/components/Modal'; |
| | | import { Description, useDescription } from '@/components/Description'; |
| | | import { useI18n } from '@/hooks/web/useI18n'; |
| | | import { getDescSchema } from './data'; |
| | | |
| | | defineProps({ |