vue 3.2.5 → 3.2.6
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 +1 -1
- package/dist/vue.esm-browser.prod.js +1 -1
- package/dist/vue.global.js +1 -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 +1 -1
- package/dist/vue.runtime.global.prod.js +1 -1
- package/package.json +4 -4
package/dist/vue.esm-browser.js
CHANGED
|
@@ -9303,7 +9303,7 @@ function isMemoSame(cached, memo) {
|
|
|
9303
9303
|
}
|
|
9304
9304
|
|
|
9305
9305
|
// Core API ------------------------------------------------------------------
|
|
9306
|
-
const version = "3.2.
|
|
9306
|
+
const version = "3.2.6";
|
|
9307
9307
|
/**
|
|
9308
9308
|
* SSR utils for \@vue/server-renderer. Only exposed in cjs builds.
|
|
9309
9309
|
* @internal
|