Skip to content

Commit fc5d8aa

Browse files
Merge pull request #1058 from Jorrrmungandr/patch-1
Update custom-directives.md
1 parent ad3ac25 commit fc5d8aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/reusability/custom-directives.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ app.directive('highlight', {
110110
})
111111
```
112112

113-
## When to use custom directives {#when-to-use}
113+
## 自定义指令的使用时机 {#when-to-use}
114114

115115
只有当所需功能只能通过直接的 DOM 操作来实现时,才应该使用自定义指令。
116116

0 commit comments

Comments
 (0)