Skip to content

Commit 8e29e0f

Browse files
authored
docs: change is prop to is attribute (#1236)
1 parent 5c4c076 commit 8e29e0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/migration/introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ The following consists a list of breaking changes from 2.x:
9393
### Custom Elements
9494

9595
- [Custom element checks are now performed during template compilation](/guide/migration/custom-elements-interop.html)
96-
- [Special `is` prop usage is restricted to the reserved `<component>` tag only](/guide/migration/custom-elements-interop.html#customized-built-in-elements)
96+
- [Special `is` attribute usage is restricted to the reserved `<component>` tag only](/guide/migration/custom-elements-interop.html#customized-built-in-elements)
9797

9898
### Other Minor Changes
9999

0 commit comments

Comments
 (0)