You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/guide/custom-directive.md
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -45,9 +45,9 @@ directives: {
45
45
46
46
ディレクティブの定義オブジェクトは、いくつかのフック関数を提供しています (全てオプション):
47
47
48
-
-`created`: called before the bound element's attributes or event listeners are applied. This is useful in cases where the directive needs to attach event listeners that must be called before normal `v-on`event listeners.
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.
0 commit comments