efaas-flow-design 1.0.5 → 1.0.6
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.
|
@@ -46548,7 +46548,7 @@ const install = function (app) {
|
|
|
46548
46548
|
components.map(component => {
|
|
46549
46549
|
app.component(component.name, component);
|
|
46550
46550
|
});
|
|
46551
|
-
app.use(
|
|
46551
|
+
// app.use(i18n);
|
|
46552
46552
|
};
|
|
46553
46553
|
if (typeof window !== 'undefined' && window.Vue) {
|
|
46554
46554
|
install(window.Vue);
|
package/efaas-flow-design.umd.js
CHANGED
|
@@ -46566,7 +46566,7 @@ const install = function (app) {
|
|
|
46566
46566
|
components.map(component => {
|
|
46567
46567
|
app.component(component.name, component);
|
|
46568
46568
|
});
|
|
46569
|
-
app.use(
|
|
46569
|
+
// app.use(i18n);
|
|
46570
46570
|
};
|
|
46571
46571
|
if (typeof window !== 'undefined' && window.Vue) {
|
|
46572
46572
|
install(window.Vue);
|