mirror of
https://github.com/chansee97/nova-admin.git
synced 2025-04-05 19:41:59 +08:00
fix(mock): 修复mock引入错误
This commit is contained in:
parent
2a3fb4c64b
commit
f124c90726
2
.gitignore
vendored
2
.gitignore
vendored
@ -25,7 +25,7 @@ stats.html
|
||||
*.sln
|
||||
*.sw?
|
||||
|
||||
/src/typings/components.d.ts
|
||||
pnpm-lock.yaml
|
||||
package-lock.json
|
||||
yarn.lock
|
||||
/src/typings/components.d.ts
|
||||
|
@ -1,7 +1,7 @@
|
||||
import Mock from 'mockjs';
|
||||
import { mock } from 'mockjs';
|
||||
import { resultSuccess } from '../utils';
|
||||
|
||||
const userList = Mock.mock({
|
||||
const userList = mock({
|
||||
'list|20': [
|
||||
{
|
||||
id: '@id',
|
||||
|
18
src/types/components.d.ts
vendored
18
src/types/components.d.ts
vendored
@ -1,18 +0,0 @@
|
||||
// generated by unplugin-vue-components
|
||||
// We suggest you to commit this file into source control
|
||||
// Read more: https://github.com/vuejs/core/pull/3399
|
||||
import '@vue/runtime-core';
|
||||
|
||||
export {};
|
||||
|
||||
declare module '@vue/runtime-core' {
|
||||
export interface GlobalComponents {
|
||||
EIcon: typeof import('./../components/custom/EIcon.vue')['default'];
|
||||
ErrorTip: typeof import('./../components/common/ErrorTip.vue')['default'];
|
||||
NaiveProvider: typeof import('./../components/common/NaiveProvider.vue')['default'];
|
||||
Pagination: typeof import('./../components/custom/Pagination.vue')['default'];
|
||||
RouterLink: typeof import('vue-router')['RouterLink'];
|
||||
RouterView: typeof import('vue-router')['RouterView'];
|
||||
SvgIcon: typeof import('./../components/custom/SvgIcon.vue')['default'];
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user