mirror of
https://github.com/continew-org/continew-admin.git
synced 2025-11-03 12:57:11 +08:00
style: 调整前端示例组件相关目录结构
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
setMessageStatus,
|
||||
MessageRecord,
|
||||
MessageListType,
|
||||
} from '@/api/message';
|
||||
} from '@/api/demo/message';
|
||||
import useLoading from '@/hooks/loading';
|
||||
import List from './list.vue';
|
||||
|
||||
|
||||
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user