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.
- package/dist/vue.cjs.js +2 -0
- package/dist/vue.cjs.prod.js +2 -0
- package/dist/vue.esm-browser.js +1 -1
- package/dist/vue.esm-browser.prod.js +1 -1
- package/dist/vue.global.js +3 -1
- package/dist/vue.global.prod.js +1 -1
- package/dist/vue.runtime.esm-browser.js +1 -1
- package/dist/vue.runtime.esm-browser.prod.js +1 -1
- package/dist/vue.runtime.global.js +3 -1
- package/dist/vue.runtime.global.prod.js +1 -1
- package/package.json +6 -6
package/dist/vue.global.js
CHANGED
|
@@ -9435,7 +9435,7 @@ var Vue = (function (exports) {
|
|
|
9435
9435
|
}
|
|
9436
9436
|
|
|
9437
9437
|
// Core API ------------------------------------------------------------------
|
|
9438
|
-
const version = "3.2.
|
|
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
|
})({});
|