Skip to content
This repository was archived by the owner on Aug 8, 2022. It is now read-only.

docs: Update introduction.md #726

Merged
merged 1 commit into from
Sep 16, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/guide/migration/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ Vue 3 中一些需要关注的新功能包括:
### 自定义元素

- [自定义元素检测现在在模板编译时执行](/guide/migration/custom-elements-interop.html)
- [特殊的 `is` prop 的使用被严格限制在被保留的 `<component>` 标签中](/guide/migration/custom-elements-interop.html#定制内置元素)
- [特殊的 `is` attribute 的使用被严格限制在被保留的 `<component>` 标签中](/guide/migration/custom-elements-interop.html#定制内置元素)

### 其他小改变

Expand Down