nubomed-ui 2.0.29 → 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
@@ -4573,7 +4573,7 @@ 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 installNames = ['nb-icon', 'nb-tag', 'nb-empty', 'nb-header', 'nb-summary-bar'
|
4576
|
+
const installNames = ['nb-icon', 'nb-tag', 'nb-empty', 'nb-header', 'nb-summary-bar', 'nb-pagination']; //
|
4577
4577
|
console.log((installNames.includes(name) ? '√ ' : '? ') + name);
|
4578
4578
|
if (installNames.includes(name)) {
|
4579
4579
|
Vue.component('nb-' + camelToKebab(component.name.slice(2)), component);
|