refactor:移除 src,统一小写

This commit is contained in:
YunaiV
2025-04-18 18:38:34 +08:00
parent 87c6074e19
commit 7078e979fe
6 changed files with 8 additions and 5 deletions

View File

@@ -1,4 +1,5 @@
<script lang="ts" setup>
// TODO @ src
import { computed } from 'vue';
import { Alert, Typography } from 'ant-design-vue';

View File

@@ -1,3 +1,3 @@
import DocAlert from './src/DocAlert.vue'
import DocAlert from './doc-alert.vue'
export { DocAlert }