@cabloy/vue-runtime-core 3.5.30 → 3.5.31

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.
@@ -2722,6 +2722,7 @@ const KeepAliveImpl = {
2722
2722
  if (cachedVNode) {
2723
2723
  vnode.el = cachedVNode.el;
2724
2724
  vnode.component = cachedVNode.component;
2725
+ vnode.component.zovaHostProviders = vnode.zovaHostProviders;
2725
2726
  if (vnode.transition) {
2726
2727
  setTransitionHooks(vnode, vnode.transition);
2727
2728
  }
@@ -2075,6 +2075,7 @@ const KeepAliveImpl = {
2075
2075
  if (cachedVNode) {
2076
2076
  vnode.el = cachedVNode.el;
2077
2077
  vnode.component = cachedVNode.component;
2078
+ vnode.component.zovaHostProviders = vnode.zovaHostProviders;
2078
2079
  if (vnode.transition) {
2079
2080
  setTransitionHooks(vnode, vnode.transition);
2080
2081
  }
@@ -2737,6 +2737,7 @@ const KeepAliveImpl = {
2737
2737
  if (cachedVNode) {
2738
2738
  vnode.el = cachedVNode.el;
2739
2739
  vnode.component = cachedVNode.component;
2740
+ vnode.component.zovaHostProviders = vnode.zovaHostProviders;
2740
2741
  if (vnode.transition) {
2741
2742
  setTransitionHooks(vnode, vnode.transition);
2742
2743
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cabloy/vue-runtime-core",
3
- "version": "3.5.30",
3
+ "version": "3.5.31",
4
4
  "description": "@vue/runtime-core",
5
5
  "main": "index.js",
6
6
  "module": "dist/runtime-core.esm-bundler.js",