Skip to content

Commit 0941cb1

Browse files
authored
fix: typo (#1702)
remove unnecessary curly bracket
1 parent eb5273f commit 0941cb1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/guide/reusability/custom-directives.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,6 @@ const myDirective = {
128128
beforeUnmount() {},
129129
// called when the parent component is unmounted
130130
unmounted() {}
131-
}
132131
}
133132
```
134133

0 commit comments

Comments
 (0)