vue 3.2.42 → 3.2.43
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.esm-browser.js +3 -3
- package/dist/vue.esm-browser.prod.js +1 -1
- package/dist/vue.global.js +2 -2
- package/dist/vue.global.prod.js +1 -1
- package/dist/vue.runtime.esm-browser.js +3 -3
- package/dist/vue.runtime.esm-browser.prod.js +1 -1
- package/dist/vue.runtime.global.js +2 -2
- package/dist/vue.runtime.global.prod.js +1 -1
- package/package.json +6 -6
package/dist/vue.global.js
CHANGED
|
@@ -3355,7 +3355,7 @@ var Vue = (function (exports) {
|
|
|
3355
3355
|
// pass undefined as the old value when it's changed for the first time
|
|
3356
3356
|
oldValue === INITIAL_WATCHER_VALUE ||
|
|
3357
3357
|
(isMultiSource && oldValue[0] === INITIAL_WATCHER_VALUE)
|
|
3358
|
-
?
|
|
3358
|
+
? []
|
|
3359
3359
|
: oldValue,
|
|
3360
3360
|
onCleanup
|
|
3361
3361
|
]);
|
|
@@ -9346,7 +9346,7 @@ var Vue = (function (exports) {
|
|
|
9346
9346
|
}
|
|
9347
9347
|
|
|
9348
9348
|
// Core API ------------------------------------------------------------------
|
|
9349
|
-
const version = "3.2.
|
|
9349
|
+
const version = "3.2.43";
|
|
9350
9350
|
/**
|
|
9351
9351
|
* SSR utils for \@vue/server-renderer. Only exposed in ssr-possible builds.
|
|
9352
9352
|
* @internal
|