Skip to content

Commit

Permalink
docs: fix typescript declare example (#2034)
Browse files Browse the repository at this point in the history
`ComponentCustomProperties` is defined but never used.
  • Loading branch information
cinob authored Oct 11, 2021
1 parent 8c1c5d9 commit 0b88647
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/guide/typescript-support.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ To do so, declare custom typings for Vue's `ComponentCustomProperties` by adding

```ts
// vuex.d.ts
import { ComponentCustomProperties } from 'vue'
import { Store } from 'vuex'

declare module '@vue/runtime-core' {
Expand Down

0 comments on commit 0b88647

Please sign in to comment.