Skip to content

Commit 33b0dc2

Browse files
committed
remove description
1 parent c3f64b0 commit 33b0dc2

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/guide/typescript/composition-api.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -484,9 +484,6 @@ Note that with `@vue/language-tools` 2.1+, static template refs' types can be au
484484
In order to get type hints and type checking for global custom directives declared with `app.directive()`, you can extend `ComponentCustomProperties`
485485

486486
```ts [src/directives/highlight.ts]
487-
// This can be directly added to any of your `.ts` files
488-
// It can also be added to a `.d.ts` file. Make sure it's included in
489-
// project's tsconfig.json "files"
490487
import type { Directive } from 'vue'
491488

492489
export type HighlightDirective = Directive<HTMLElement, string>

0 commit comments

Comments
 (0)