nubomed-ui 2.0.28 → 2.0.30
Sign up to get free protection for your applications and to get access to all the features.
package/nubomed-ui.umd.js
CHANGED
@@ -4545,7 +4545,7 @@ const i18n = function (fn) {
|
|
4545
4545
|
/*
|
4546
4546
|
* @Author: chenghuan.dong
|
4547
4547
|
* @Date: 2024-11-08 17:23:47
|
4548
|
-
* @LastEditTime: 2024-11-13
|
4548
|
+
* @LastEditTime: 2024-11-13 20:24:15
|
4549
4549
|
* @LastEditors: chenghuan.dong
|
4550
4550
|
* @Description: 主index.js导出全部组件
|
4551
4551
|
* @FilePath: \nubomed-ui\packages\index.js
|
@@ -4573,9 +4573,8 @@ const install = function (Vue, options = {}) {
|
|
4573
4573
|
if (install.installed) return;
|
4574
4574
|
components.forEach(component => {
|
4575
4575
|
const name = 'nb-' + camelToKebab(component.name.slice(2));
|
4576
|
-
const
|
4577
|
-
console.log(
|
4578
|
-
const installNames = ['nb-icon', 'nb-empty', 'nb-tag', 'nb-summary-bar'];
|
4576
|
+
const installNames = ['nb-icon', 'nb-tag', 'nb-empty', 'nb-header', 'nb-summary-bar', 'nb-pagination']; //
|
4577
|
+
console.log((installNames.includes(name) ? '√ ' : '? ') + name);
|
4579
4578
|
if (installNames.includes(name)) {
|
4580
4579
|
Vue.component('nb-' + camelToKebab(component.name.slice(2)), component);
|
4581
4580
|
}
|