From 763cda22cd9c02fe7b7536bc84b1a647b9a7818f Mon Sep 17 00:00:00 2001 From: Yukon123 <82578034+Yukon123@users.noreply.github.com> Date: Sat, 11 Sep 2021 22:07:03 +0800 Subject: [PATCH] docs: change `is` prop to `is` attribute --- src/guide/migration/introduction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/guide/migration/introduction.md b/src/guide/migration/introduction.md index b9ca785008..b2d5c71151 100644 --- a/src/guide/migration/introduction.md +++ b/src/guide/migration/introduction.md @@ -93,7 +93,7 @@ The following consists a list of breaking changes from 2.x: ### Custom Elements - [Custom element checks are now performed during template compilation](/guide/migration/custom-elements-interop.html) -- [Special `is` prop usage is restricted to the reserved `` tag only](/guide/migration/custom-elements-interop.html#customized-built-in-elements) +- [Special `is` attribute usage is restricted to the reserved `` tag only](/guide/migration/custom-elements-interop.html#customized-built-in-elements) ### Other Minor Changes