nubomed-ui 2.0.6 → 2.0.8
Sign up to get free protection for your applications and to get access to all the features.
package/nubomed-ui.umd.js
CHANGED
@@ -380,7 +380,7 @@ NBBottomActionBar.install = function (Vue) {
|
|
380
380
|
|
381
381
|
/***/ }),
|
382
382
|
|
383
|
-
/***/
|
383
|
+
/***/ 5160:
|
384
384
|
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
385
385
|
|
386
386
|
"use strict";
|
@@ -392,7 +392,7 @@ __webpack_require__.d(__webpack_exports__, {
|
|
392
392
|
"default": function() { return /* binding */ NBEmpty; }
|
393
393
|
});
|
394
394
|
|
395
|
-
;// ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./packages/components/NBEmpty/src/index.vue?vue&type=template&id=
|
395
|
+
;// ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./packages/components/NBEmpty/src/index.vue?vue&type=template&id=2bd1205b
|
396
396
|
var render = function render() {
|
397
397
|
var _vm = this,
|
398
398
|
_c = _vm._self._c;
|
@@ -402,7 +402,7 @@ var render = function render() {
|
|
402
402
|
}, [_vm.icon === 'none' ? _c('img', {
|
403
403
|
staticClass: "nb-empty__icon",
|
404
404
|
attrs: {
|
405
|
-
"src":
|
405
|
+
"src": "/images/empty-none.png"
|
406
406
|
}
|
407
407
|
}) : _vm._e(), _vm.icon === 'search' ? _c('img', {
|
408
408
|
staticClass: "nb-empty__icon",
|
@@ -427,7 +427,7 @@ var render = function render() {
|
|
427
427
|
};
|
428
428
|
var staticRenderFns = [];
|
429
429
|
|
430
|
-
;// ./packages/components/NBEmpty/src/index.vue?vue&type=template&id=
|
430
|
+
;// ./packages/components/NBEmpty/src/index.vue?vue&type=template&id=2bd1205b
|
431
431
|
|
432
432
|
;// ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./packages/components/NBEmpty/src/index.vue?vue&type=script&lang=js
|
433
433
|
/* harmony default export */ var srcvue_type_script_lang_js = ({
|
@@ -2482,7 +2482,7 @@ function applyToTag (styleElement, obj) {
|
|
2482
2482
|
|
2483
2483
|
var map = {
|
2484
2484
|
"./NBBottomActionBar/index.js": 4875,
|
2485
|
-
"./NBEmpty/index.js":
|
2485
|
+
"./NBEmpty/index.js": 5160,
|
2486
2486
|
"./NBHeader/index.js": 2309,
|
2487
2487
|
"./NBPagination/index.js": 9165,
|
2488
2488
|
"./NBTag/index.js": 7996,
|
@@ -2519,14 +2519,6 @@ module.exports = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAH0CAMAAAD8
|
|
2519
2519
|
|
2520
2520
|
/***/ }),
|
2521
2521
|
|
2522
|
-
/***/ 6364:
|
2523
|
-
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
2524
|
-
|
2525
|
-
"use strict";
|
2526
|
-
module.exports = __webpack_require__.p + "img/empty-none.4b2f6d4c.png";
|
2527
|
-
|
2528
|
-
/***/ }),
|
2529
|
-
|
2530
2522
|
/***/ 1069:
|
2531
2523
|
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
2532
2524
|
|
@@ -5449,7 +5441,7 @@ const i18n = function (fn) {
|
|
5449
5441
|
/*
|
5450
5442
|
* @Author: chenghuan.dong
|
5451
5443
|
* @Date: 2024-11-08 17:23:47
|
5452
|
-
* @LastEditTime: 2024-11-11 20:
|
5444
|
+
* @LastEditTime: 2024-11-11 20:59:49
|
5453
5445
|
* @LastEditors: chenghuan.dong
|
5454
5446
|
* @Description: 主index.js导出全部组件
|
5455
5447
|
* @FilePath: \nubomed-ui\packages\index.js
|
@@ -5466,6 +5458,7 @@ const i18n = function (fn) {
|
|
5466
5458
|
const components = [];
|
5467
5459
|
const req = __webpack_require__(2162);
|
5468
5460
|
req.keys().forEach(v => {
|
5461
|
+
console.log(req(v).default);
|
5469
5462
|
components.push(req(v).default);
|
5470
5463
|
});
|
5471
5464
|
|