소스 검색

docs: fix typescript declare example (#2034)

`ComponentCustomProperties` is defined but never used.
Cinob 3 년 전
부모
커밋
0b88647eb0
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      docs/guide/typescript-support.md

+ 0 - 1
docs/guide/typescript-support.md

@@ -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' {