完成大作业部分及其打磨

This commit is contained in:
li-chx
2025-05-11 17:22:21 +08:00
parent 3ab2c26776
commit 0622b15509
23 changed files with 651 additions and 160 deletions
-1
View File
@@ -67,6 +67,5 @@ export const $http: HTTP = {
};
export default defineNuxtPlugin((nuxtApp) => {
console.log('$http', $http);
nuxtApp.provide('http', $http);
});