feat: add some test case
This commit is contained in:
@@ -0,0 +1 @@
|
||||
export * from './use-request';
|
||||
@@ -0,0 +1,11 @@
|
||||
// import { setGlobalOptions, } from 'vue-request';
|
||||
|
||||
// setGlobalOptions({
|
||||
// manual: true,
|
||||
// // ...
|
||||
// });
|
||||
|
||||
/**
|
||||
* @see https://www.attojs.com/guide/documentation/globalOptions.html
|
||||
*/
|
||||
export * from 'vue-request';
|
||||
Reference in New Issue
Block a user