@vue/compat 3.2.18 → 3.2.19

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.
@@ -5305,7 +5305,7 @@ function createCompatVue(createApp, createSingletonApp) {
5305
5305
  return vm;
5306
5306
  }
5307
5307
  }
5308
- Vue.version = "3.2.18";
5308
+ Vue.version = "3.2.19";
5309
5309
  Vue.config = singletonApp.config;
5310
5310
  Vue.use = (p, ...options) => {
5311
5311
  if (p && isFunction(p.install)) {
@@ -10986,7 +10986,7 @@ function isMemoSame(cached, memo) {
10986
10986
  }
10987
10987
 
10988
10988
  // Core API ------------------------------------------------------------------
10989
- const version = "3.2.18";
10989
+ const version = "3.2.19";
10990
10990
  const _ssrUtils = {
10991
10991
  createComponentInstance,
10992
10992
  setupComponent,
@@ -5278,7 +5278,7 @@ var Vue = (function () {
5278
5278
  return vm;
5279
5279
  }
5280
5280
  }
5281
- Vue.version = "3.2.18";
5281
+ Vue.version = "3.2.19";
5282
5282
  Vue.config = singletonApp.config;
5283
5283
  Vue.use = (p, ...options) => {
5284
5284
  if (p && isFunction(p.install)) {
@@ -10844,7 +10844,7 @@ var Vue = (function () {
10844
10844
  }
10845
10845
 
10846
10846
  // Core API ------------------------------------------------------------------
10847
- const version = "3.2.18";
10847
+ const version = "3.2.19";
10848
10848
  /**
10849
10849
  * SSR utils for \@vue/server-renderer. Only exposed in cjs builds.
10850
10850
  * @internal