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.global.js
CHANGED
|
@@ -9300,7 +9300,7 @@ var Vue = (function (exports) {
|
|
|
9300
9300
|
}
|
|
9301
9301
|
|
|
9302
9302
|
// Core API ------------------------------------------------------------------
|
|
9303
|
-
const version = "3.2.
|
|
9303
|
+
const version = "3.2.6";
|
|
9304
9304
|
/**
|
|
9305
9305
|
* SSR utils for \@vue/server-renderer. Only exposed in cjs builds.
|
|
9306
9306
|
* @internal
|