element-plus/docs/en-US/guide/migration.md
jeremywu db976bba68
chore(docs): adding lang field for markdowns (#4005)
- Add lang field for all *.md files' frontmatters
2021-10-22 19:32:39 +08:00

716 B

title lang
Migration en-US

Migration

From Element UI 2.x

This document will help you upgrade from Element 2.x to Element Plus.

Breaking changes

Here is the list of breaking changes.

For now, check list of breaking changes for full details before more thorough documentation is available.

Vue 3 migration build

You may encounter some issues when using ElementPlus with Vue 3 migration build. Some of the components rely on Vue 3 internal API's. It's worth trying to adjust compatConfig mode to 3, either globally or per component in your project.