feat: 添加对 .md 文件的类型声明
This commit is contained in:
11
src/pages/Page/MDPageImportMD.page.vue
Normal file
11
src/pages/Page/MDPageImportMD.page.vue
Normal file
@ -0,0 +1,11 @@
|
||||
<script setup lang="ts">
|
||||
import MD from './MDPageImportMD.md';
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<div>
|
||||
<MD />
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<style scoped></style>
|
Reference in New Issue
Block a user