style: 调整前端示例组件相关目录结构

This commit is contained in:
2023-08-30 22:13:26 +08:00
parent 9baf341013
commit 5fb1607f2a
93 changed files with 77 additions and 77 deletions

View File

@@ -31,7 +31,7 @@
setMessageStatus,
MessageRecord,
MessageListType,
} from '@/api/message';
} from '@/api/demo/message';
import useLoading from '@/hooks/loading';
import List from './list.vue';

View File

@@ -72,7 +72,7 @@
<script lang="ts" setup>
import { PropType } from 'vue';
import { MessageRecord, MessageListType } from '@/api/message';
import { MessageRecord, MessageListType } from '@/api/demo/message';
const props = defineProps({
renderList: {