feat: add vue use and pagination
This commit is contained in:
0
src/apis/.gitkeep
Normal file
0
src/apis/.gitkeep
Normal file
@@ -1,13 +0,0 @@
|
||||
import http from "@/utils/http";
|
||||
|
||||
const url = "";
|
||||
|
||||
const data = {};
|
||||
|
||||
export const exampleApi = () => {
|
||||
return http({
|
||||
url,
|
||||
method: "POST",
|
||||
data,
|
||||
});
|
||||
};
|
||||
Reference in New Issue
Block a user