@vue/compat 3.2.32 → 3.2.34
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/README.md +1 -1
- package/dist/vue.cjs.js +5202 -5016
- package/dist/vue.cjs.prod.js +4421 -4286
- package/dist/vue.esm-browser.js +5119 -4980
- package/dist/vue.esm-browser.prod.js +1 -1
- package/dist/vue.esm-bundler.js +5278 -5116
- package/dist/vue.global.js +5119 -4980
- package/dist/vue.global.prod.js +1 -1
- package/dist/vue.runtime.esm-browser.js +5077 -4954
- package/dist/vue.runtime.esm-browser.prod.js +1 -1
- package/dist/vue.runtime.esm-bundler.js +5239 -5093
- package/dist/vue.runtime.global.js +5077 -4954
- package/dist/vue.runtime.global.prod.js +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -281,7 +281,7 @@ Features that start with `COMPILER_` are compiler-specific: if you are using the
|
|
|
281
281
|
|
|
282
282
|
| ID | Type | Description | Docs |
|
|
283
283
|
| ------------------ | ---- | ------------------------------------- | ---------------------------------------- |
|
|
284
|
-
| TRANSITION_CLASSES | ⭘ |
|
|
284
|
+
| TRANSITION_CLASSES | ⭘ | Transition enter/leave classes changed | [link](https://v3-migration.vuejs.org/breaking-changes/transition.html) |
|
|
285
285
|
|
|
286
286
|
### Fully Compatible
|
|
287
287
|
|