Update index.js
This commit is contained in:
1
index.js
1
index.js
@@ -21,7 +21,6 @@ const SigproUI = {
|
|||||||
tt,
|
tt,
|
||||||
|
|
||||||
install: (target = (typeof window !== 'undefined' ? window : {})) => {
|
install: (target = (typeof window !== 'undefined' ? window : {})) => {
|
||||||
// Inyectar componentes uno a uno (Button, Input, etc.)
|
|
||||||
Object.entries(Components).forEach(([name, component]) => {
|
Object.entries(Components).forEach(([name, component]) => {
|
||||||
target[name] = component;
|
target[name] = component;
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user