Skip to content

Commit 174fa8a

Browse files
authored
Update custom-directive.md (vuejs#1263)
1 parent a2878cb commit 174fa8a

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
@@ -214,4 +214,4 @@ app.component('my-component', {
214214

215215
Unlike attributes, directives can't be passed to a different element with `v-bind="$attrs"`.
216216

217-
With [fragments](/guide/migration/fragments.html#overview) support, components can potentially have more than one root nodes. When applied to a multi-root component, directive will be ignored and the warning will be thrown.
217+
With [fragments](/guide/migration/fragments.html#overview) support, components can potentially have more than one root node. When applied to a multi-root component, directive will be ignored and the warning will be thrown.

0 commit comments

Comments
 (0)