kucservice 1.0.1 → 1.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/kucservice.common.js +4 -2
- package/dist/kucservice.common.js.gz +0 -0
- package/dist/kucservice.common.js.map +1 -1
- package/dist/kucservice.umd.js +4 -2
- package/dist/kucservice.umd.js.gz +0 -0
- package/dist/kucservice.umd.js.map +1 -1
- package/dist/kucservice.umd.min.js +1 -1
- package/dist/kucservice.umd.min.js.gz +0 -0
- package/dist/kucservice.umd.min.js.map +1 -1
- package/package.json +1 -1
package/dist/kucservice.umd.js
CHANGED
|
@@ -15324,8 +15324,7 @@ module.exports = function (it) {
|
|
|
15324
15324
|
__webpack_require__.r(__webpack_exports__);
|
|
15325
15325
|
|
|
15326
15326
|
// EXPORTS
|
|
15327
|
-
__webpack_require__.d(__webpack_exports__, "
|
|
15328
|
-
__webpack_require__.d(__webpack_exports__, "useRequest", function() { return /* reexport */ common_request_useRequest; });
|
|
15327
|
+
__webpack_require__.d(__webpack_exports__, "useGetUserInfo", function() { return /* reexport */ useGetUserInfo; });
|
|
15329
15328
|
|
|
15330
15329
|
// CONCATENATED MODULE: ./node_modules/@vue/cli-service/lib/commands/build/setPublicPath.js
|
|
15331
15330
|
// This file is imported into lib/wc client bundles.
|
|
@@ -16208,6 +16207,9 @@ var useKUcservice = function useKUcservice(options, _ref3) {
|
|
|
16208
16207
|
};
|
|
16209
16208
|
// CONCATENATED MODULE: ./index.js
|
|
16210
16209
|
|
|
16210
|
+
function useGetUserInfo() {
|
|
16211
|
+
console.log(useKUcservice);
|
|
16212
|
+
}
|
|
16211
16213
|
// CONCATENATED MODULE: ./node_modules/@vue/cli-service/lib/commands/build/entry-lib-no-default.js
|
|
16212
16214
|
|
|
16213
16215
|
|
|
Binary file
|