@creatorsn/vfluent3 0.2.13 → 0.2.14
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.
- package/dist/vfluent3.js +1 -1
- package/dist/vfluent3.umd.cjs +1 -1
- package/package.json +1 -1
package/dist/vfluent3.js
CHANGED
|
@@ -19693,7 +19693,7 @@ const Zw = {
|
|
|
19693
19693
|
const t = wl();
|
|
19694
19694
|
i.use(t), i.use(Zw);
|
|
19695
19695
|
for (const n of e1)
|
|
19696
|
-
i.
|
|
19696
|
+
i.component(n.name, n);
|
|
19697
19697
|
}
|
|
19698
19698
|
};
|
|
19699
19699
|
export {
|