style: manifest.json

This commit is contained in:
h_mo 2023-03-31 09:46:29 +08:00
parent 0598f3a09d
commit c064617c16
2 changed files with 1 additions and 2 deletions

View File

@ -74,7 +74,7 @@
"subPackages" : true "subPackages" : true
}, },
"lazyCodeLoading" : "requiredComponents", "lazyCodeLoading" : "requiredComponents",
"style": "v2" "style" : "v2"
}, },
"mp-alipay" : { "mp-alipay" : {
"usingComponents" : true, "usingComponents" : true,

View File

@ -16,7 +16,6 @@ const HEADER = {
Accept: 'application/json, text/plain, */*', Accept: 'application/json, text/plain, */*',
}; };
// @ts-ignore
/** /**
* alova * alova
* @link https://github.com/alovajs/alova * @link https://github.com/alovajs/alova