From ec639c4d14c6b12c7ef12bbcd113ae789c8e74ab Mon Sep 17 00:00:00 2001 From: Rhon Joe Date: Wed, 9 Aug 2023 13:41:50 +0800 Subject: [PATCH] docs: fix official migration reference link (#13911) fix(docs): fix official migration reference link --- docs/en-US/guide/migration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en-US/guide/migration.md b/docs/en-US/guide/migration.md index 6164892928..12464d547f 100644 --- a/docs/en-US/guide/migration.md +++ b/docs/en-US/guide/migration.md @@ -9,7 +9,7 @@ lang: en-US ## Vue 3 migration build -You may encounter some issues when using Element Plus 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](https://v3.vuejs.org/guide/migration/migration-build.html#per-component-config). +You may encounter some issues when using Element Plus 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](https://v3-migration.vuejs.org/migration-build.html). ## Migration Tool :hammer_and_wrench: