nubomed-ui 2.0.75 → 2.0.76
Sign up to get free protection for your applications and to get access to all the features.
package/nubomed-ui.umd.js
CHANGED
@@ -72682,7 +72682,7 @@ types.forEach(type => {
|
|
72682
72682
|
/*
|
72683
72683
|
* @Author: chenghuan.dong
|
72684
72684
|
* @Date: 2024-11-11 13:46:54
|
72685
|
-
* @LastEditTime: 2024-11-26
|
72685
|
+
* @LastEditTime: 2024-11-26 14:58:17
|
72686
72686
|
* @LastEditors: chenghuan.dong
|
72687
72687
|
* @Description:
|
72688
72688
|
* @FilePath: \nubomed-ui\packages\index.js
|
@@ -72734,7 +72734,7 @@ const install = function (Vue, options = {}) {
|
|
72734
72734
|
});
|
72735
72735
|
|
72736
72736
|
// 全局
|
72737
|
-
Vue.prototype.$nbNotify = Notify
|
72737
|
+
// Vue.prototype.$nbNotify = Notify
|
72738
72738
|
// Vue.prototype.$nbNotify = nbNotify
|
72739
72739
|
};
|
72740
72740
|
const i18n = locale/* default.i18n */.Ay.i18n;
|