vue 3.2.18 → 3.2.19
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/index.mjs +1 -0
- package/package.json +7 -6
package/dist/vue.esm-browser.js
CHANGED
|
@@ -8983,7 +8983,7 @@ function isMemoSame(cached, memo) {
|
|
|
8983
8983
|
}
|
|
8984
8984
|
|
|
8985
8985
|
// Core API ------------------------------------------------------------------
|
|
8986
|
-
const version = "3.2.
|
|
8986
|
+
const version = "3.2.19";
|
|
8987
8987
|
/**
|
|
8988
8988
|
* SSR utils for \@vue/server-renderer. Only exposed in cjs builds.
|
|
8989
8989
|
* @internal
|