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

Commit f885539

Browse files
JinjiangJustineo
andauthored
Apply suggestions from code review
Co-authored-by: GU Yiling <justice360@gmail.com>
1 parent e4f039a commit f885539

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/custom-directive.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,4 +212,4 @@ app.component('my-component', {
212212

213213
和 attribute 不同,指令不会通过 `v-bind="$attrs"` 被传入另一个元素。
214214

215-
有了[片段](/guide/migration/fragments.html#概览)的支持,组件可以潜在地拥有多个根节点。当被应用在一个多根节点的组件上时,指令会被忽略,并且我们会抛出一个警告
215+
有了[片段](/guide/migration/fragments.html#概览)支持以后,组件可能会有多个根节点。当被应用在一个多根节点的组件上时,指令会被忽略,并且会抛出一个警告

0 commit comments

Comments
 (0)