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

Commit ab8aed4

Browse files
authored
Merge pull request #132 from vuejs/docs-typos
chore: full-point no space
2 parents 2a26c56 + 2b48a5b commit ab8aed4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/guide/migration/custom-elements-interop.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ badges:
77

88
## 概览
99

10-
- **BREAKING:** 自定义元素白名单现在在模板编译期间执行,应该通过编译器选项而不是运行时配置来配置。
11-
- **BREAKING:** 特定 `is` prop 用法仅限于保留的 `<component>` 标记
12-
- **NEW:** 有了新的 `v-is` 指令来支持 2.x 用例,其中在原生元素上使用了 `v-is` 来处理原生 HTML 解析限制。
10+
- **BREAKING:**自定义元素白名单现在在模板编译期间执行,应该通过编译器选项而不是运行时配置来配置。
11+
- **BREAKING:**特定 `is` prop 用法仅限于保留的 `<component>` 标记
12+
- **NEW:**有了新的 `v-is` 指令来支持 2.x 用例,其中在原生元素上使用了 `v-is` 来处理原生 HTML 解析限制。
1313

1414
## 自主定制元素
1515

0 commit comments

Comments
 (0)