kucservice 1.0.2 → 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 +9 -6
- package/dist/kucservice.common.js.gz +0 -0
- package/dist/kucservice.common.js.map +1 -1
- package/dist/kucservice.umd.js +9 -6
- 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
|
@@ -82,7 +82,7 @@ module.exports =
|
|
|
82
82
|
/******/
|
|
83
83
|
/******/
|
|
84
84
|
/******/ // Load entry module and return exports
|
|
85
|
-
/******/ return __webpack_require__(__webpack_require__.s = "
|
|
85
|
+
/******/ return __webpack_require__(__webpack_require__.s = "fae3");
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
@@ -15307,13 +15307,16 @@ module.exports = function (it) {
|
|
|
15307
15307
|
|
|
15308
15308
|
/***/ }),
|
|
15309
15309
|
|
|
15310
|
-
/***/ "
|
|
15310
|
+
/***/ "fae3":
|
|
15311
15311
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
15312
15312
|
|
|
15313
15313
|
"use strict";
|
|
15314
15314
|
// ESM COMPAT FLAG
|
|
15315
15315
|
__webpack_require__.r(__webpack_exports__);
|
|
15316
15316
|
|
|
15317
|
+
// EXPORTS
|
|
15318
|
+
__webpack_require__.d(__webpack_exports__, "useGetUserInfo", function() { return /* reexport */ useGetUserInfo; });
|
|
15319
|
+
|
|
15317
15320
|
// CONCATENATED MODULE: ./node_modules/@vue/cli-service/lib/commands/build/setPublicPath.js
|
|
15318
15321
|
// This file is imported into lib/wc client bundles.
|
|
15319
15322
|
|
|
@@ -16195,11 +16198,11 @@ var useKUcservice = function useKUcservice(options, _ref3) {
|
|
|
16195
16198
|
};
|
|
16196
16199
|
// CONCATENATED MODULE: ./index.js
|
|
16197
16200
|
|
|
16198
|
-
|
|
16199
|
-
|
|
16200
|
-
|
|
16201
|
+
function useGetUserInfo() {
|
|
16202
|
+
console.log(useKUcservice);
|
|
16203
|
+
}
|
|
16204
|
+
// CONCATENATED MODULE: ./node_modules/@vue/cli-service/lib/commands/build/entry-lib-no-default.js
|
|
16201
16205
|
|
|
16202
|
-
/* harmony default export */ var entry_lib = __webpack_exports__["default"] = (index);
|
|
16203
16206
|
|
|
16204
16207
|
|
|
16205
16208
|
|
|
Binary file
|