@cabloy/vue-runtime-core 3.5.40 → 3.5.41
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/runtime-core.cjs.js
CHANGED
|
@@ -5462,7 +5462,7 @@ function baseCreateRenderer(options, createHydrationFns) {
|
|
|
5462
5462
|
return;
|
|
5463
5463
|
}
|
|
5464
5464
|
if (zova && instance.zovaHostProviders) {
|
|
5465
|
-
zova._zovaHostProviders();
|
|
5465
|
+
zova._zovaHostProviders(instance.zovaHostProviders);
|
|
5466
5466
|
}
|
|
5467
5467
|
effect.run();
|
|
5468
5468
|
}
|
|
@@ -4192,7 +4192,7 @@ function baseCreateRenderer(options, createHydrationFns) {
|
|
|
4192
4192
|
return;
|
|
4193
4193
|
}
|
|
4194
4194
|
if (zova && instance.zovaHostProviders) {
|
|
4195
|
-
zova._zovaHostProviders();
|
|
4195
|
+
zova._zovaHostProviders(instance.zovaHostProviders);
|
|
4196
4196
|
}
|
|
4197
4197
|
effect.run();
|
|
4198
4198
|
}
|
|
@@ -5519,7 +5519,7 @@ function baseCreateRenderer(options, createHydrationFns) {
|
|
|
5519
5519
|
return;
|
|
5520
5520
|
}
|
|
5521
5521
|
if (zova && instance.zovaHostProviders) {
|
|
5522
|
-
zova._zovaHostProviders();
|
|
5522
|
+
zova._zovaHostProviders(instance.zovaHostProviders);
|
|
5523
5523
|
}
|
|
5524
5524
|
effect.run();
|
|
5525
5525
|
}
|