@vue/compat 3.5.36 → 3.5.38

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.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @vue/compat v3.5.36
2
+ * @vue/compat v3.5.38
3
3
  * (c) 2018-present Yuxi (Evan) You and Vue contributors
4
4
  * @license MIT
5
5
  **/
@@ -7483,7 +7483,7 @@ function createCompatVue$1(createApp, createSingletonApp) {
7483
7483
  return vm;
7484
7484
  }
7485
7485
  }
7486
- Vue.version = `2.6.14-compat:${"3.5.36"}`;
7486
+ Vue.version = `2.6.14-compat:${"3.5.38"}`;
7487
7487
  Vue.config = singletonApp.config;
7488
7488
  Vue.use = (plugin, ...options) => {
7489
7489
  if (plugin && isFunction(plugin.install)) {
@@ -12625,7 +12625,7 @@ function isMemoSame(cached, memo) {
12625
12625
  return true;
12626
12626
  }
12627
12627
 
12628
- const version = "3.5.36";
12628
+ const version = "3.5.38";
12629
12629
  const warn = warn$1 ;
12630
12630
  const ErrorTypeStrings = ErrorTypeStrings$1 ;
12631
12631
  const devtools = devtools$1 ;