فهرست منبع

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