feat: add some test case

This commit is contained in:
vben
2024-06-02 15:04:37 +08:00
parent fc423c3657
commit b200ae9997
40 changed files with 1469 additions and 452 deletions

View File

@@ -41,7 +41,6 @@
}
},
"dependencies": {
"vue": "3.4.27",
"vue-hooks-plus": "^2.1.0"
"vue": "3.4.27"
}
}

View File

@@ -1 +1 @@
export * from './use-request';
export {};

View File

@@ -1 +0,0 @@
export { default as useRequest } from 'vue-hooks-plus/es/useRequest';