vue 3.2.46 → 3.2.47

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.
@@ -9435,7 +9435,7 @@ var Vue = (function (exports) {
9435
9435
  }
9436
9436
 
9437
9437
  // Core API ------------------------------------------------------------------
9438
- const version = "3.2.46";
9438
+ const version = "3.2.47";
9439
9439
  /**
9440
9440
  * SSR utils for \@vue/server-renderer. Only exposed in ssr-possible builds.
9441
9441
  * @internal
@@ -16152,6 +16152,8 @@ var Vue = (function (exports) {
16152
16152
  exports.withModifiers = withModifiers;
16153
16153
  exports.withScopeId = withScopeId;
16154
16154
 
16155
+ Object.defineProperty(exports, '__esModule', { value: true });
16156
+
16155
16157
  return exports;
16156
16158
 
16157
16159
  })({});