feat(projects): 引入mockjs
This commit is contained in:
@ -5,6 +5,9 @@
|
||||
</template>
|
||||
|
||||
<script lang="ts" setup>
|
||||
import { fetchTestMock } from '@/service';
|
||||
import AppProvider from './AppProvider.vue';
|
||||
|
||||
fetchTestMock();
|
||||
</script>
|
||||
<style></style>
|
||||
|
||||
Reference in New Issue
Block a user