From: Wenfang Du Date: Sat, 8 May 2021 08:24:30 +0000 (+0800) Subject: docs: fix typo (#932) X-Git-Tag: v4.0.7~10 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b6bc589f05de2698a5c1c59d225c4cb1cac69fd4;p=thirdparty%2Fvuejs%2Frouter.git docs: fix typo (#932) --- diff --git a/docs/guide/migration/index.md b/docs/guide/migration/index.md index 569f6911..49cc5ad1 100644 --- a/docs/guide/migration/index.md +++ b/docs/guide/migration/index.md @@ -234,7 +234,7 @@ router.app = app You can also extend the TypeScript definition of the `Router` interface to add the `app` property. -**Reason**: Vue 3 applications do not exist in Vue 2 and now we property support multiple applications using the same Router instance, so having an `app` property would have been misleading because it would have been the application instead of the root instance. +**Reason**: Vue 3 applications do not exist in Vue 2 and now we properly support multiple applications using the same Router instance, so having an `app` property would have been misleading because it would have been the application instead of the root instance. ### Passing content to route components' ``