nubomed-ui 2.0.75 → 2.0.77
Sign up to get free protection for your applications and to get access to all the features.
package/nubomed-ui.umd.js
CHANGED
@@ -72452,9 +72452,6 @@ function camelToKebab(camelCaseStr) {
|
|
72452
72452
|
}
|
72453
72453
|
// EXTERNAL MODULE: ./locale/index.js + 1 modules
|
72454
72454
|
var locale = __webpack_require__(7294);
|
72455
|
-
// EXTERNAL MODULE: external {"commonjs":"vue","commonjs2":"vue","root":"Vue"}
|
72456
|
-
var external_commonjs_vue_commonjs2_vue_root_Vue_ = __webpack_require__(9274);
|
72457
|
-
var external_commonjs_vue_commonjs2_vue_root_Vue_default = /*#__PURE__*/__webpack_require__.n(external_commonjs_vue_commonjs2_vue_root_Vue_);
|
72458
72455
|
// EXTERNAL MODULE: ./node_modules/element-ui/lib/element-ui.common.js
|
72459
72456
|
var element_ui_common = __webpack_require__(1052);
|
72460
72457
|
var element_ui_common_default = /*#__PURE__*/__webpack_require__.n(element_ui_common);
|
@@ -72463,13 +72460,14 @@ var element_ui_common_default = /*#__PURE__*/__webpack_require__.n(element_ui_co
|
|
72463
72460
|
* @Author: chenghuan.dong
|
72464
72461
|
* @Date: 2021-10-03 10:48:34
|
72465
72462
|
* @LastEditors: chenghuan.dong
|
72466
|
-
* @LastEditTime: 2024-11-
|
72463
|
+
* @LastEditTime: 2024-11-26 15:10:57
|
72467
72464
|
* @Description: el-message
|
72468
72465
|
*/
|
72469
72466
|
|
72467
|
+
// import Vue from 'vue'
|
72470
72468
|
|
72471
72469
|
|
72472
|
-
|
72470
|
+
// Vue.use(ElementUI)
|
72473
72471
|
|
72474
72472
|
/**
|
72475
72473
|
* MessageBox.confirm 确认弹框
|
@@ -72682,7 +72680,7 @@ types.forEach(type => {
|
|
72682
72680
|
/*
|
72683
72681
|
* @Author: chenghuan.dong
|
72684
72682
|
* @Date: 2024-11-11 13:46:54
|
72685
|
-
* @LastEditTime: 2024-11-26
|
72683
|
+
* @LastEditTime: 2024-11-26 15:11:12
|
72686
72684
|
* @LastEditors: chenghuan.dong
|
72687
72685
|
* @Description:
|
72688
72686
|
* @FilePath: \nubomed-ui\packages\index.js
|
@@ -72734,7 +72732,7 @@ const install = function (Vue, options = {}) {
|
|
72734
72732
|
});
|
72735
72733
|
|
72736
72734
|
// 全局
|
72737
|
-
Vue.prototype.$nbNotify = Notify
|
72735
|
+
// Vue.prototype.$nbNotify = Notify
|
72738
72736
|
// Vue.prototype.$nbNotify = nbNotify
|
72739
72737
|
};
|
72740
72738
|
const i18n = locale/* default.i18n */.Ay.i18n;
|