### Describe the bug  import XXX from '@/components/MdFile/XXX.md' <template> <ContentDetailWrap :title="t('PageData.detail')" @back="push('/vendor/vendor-page')"> <template #header> <ElButton @click="push('/vendor/vendor-page')"> {{ t('common.back') }} </ElButton> </template> <XXX /> </ContentDetailWrap> </template> ### Reproduction new ### System Info ```Shell window10 ``` ### Used Package Manager pnpm ### Validations - [X] Follow our [Code of Conduct](https://github.com/antfu/.github/blob/main/CODE_OF_CONDUCT.md) - [X] Read the [Contributing Guide](https://github.com/antfu/contribute). - [X] Check that there isn't already an issue that reports the same bug to avoid creating a duplicate. - [X] Check that this is a concrete bug. For Q&A, please open a GitHub Discussion instead. - [X] The provided reproduction is a [minimal reproducible](https://stackoverflow.com/help/minimal-reproducible-example) of the bug.
Describe the bug
import XXX from '@/components/MdFile/XXX.md'
{{ t('common.back') }}Reproduction
new
System Info
Used Package Manager
pnpm
Validations