nubomed-ui 2.0.29 → 2.0.30
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of nubomed-ui might be problematic. Click here for more details.
package/nubomed-ui.common.js
CHANGED
@@ -4563,7 +4563,7 @@ const install = function (Vue, options = {}) {
|
|
4563
4563
|
if (install.installed) return;
|
4564
4564
|
components.forEach(component => {
|
4565
4565
|
const name = 'nb-' + camelToKebab(component.name.slice(2));
|
4566
|
-
const installNames = ['nb-icon', 'nb-tag', 'nb-empty', 'nb-header', 'nb-summary-bar'
|
4566
|
+
const installNames = ['nb-icon', 'nb-tag', 'nb-empty', 'nb-header', 'nb-summary-bar', 'nb-pagination']; //
|
4567
4567
|
console.log((installNames.includes(name) ? '√ ' : '? ') + name);
|
4568
4568
|
if (installNames.includes(name)) {
|
4569
4569
|
Vue.component('nb-' + camelToKebab(component.name.slice(2)), component);
|