Add `ComponentCustomProperties` and `ComponentCustomOptions` usage into TS documentation
What problem does this feature solve?
Seems like the instruction on how to type ComponentCustomProperties
and ComponentCustomOptions
aren't covered by the TS integration page of Vue3 docs.
I could find some examples into the TSDocs of the related interfaces.
This problem has been raised here but apparently ignored or misunderstood.
What does the proposed API look like?
Adding a section about global plugin usage as there where in Vue2 docs
What problem does this feature solve?
Seems like the instruction on how to type
ComponentCustomProperties
andComponentCustomOptions
aren't covered by the TS integration page of Vue3 docs.I could find some examples into the TSDocs of the related interfaces.
This problem has been raised here but apparently ignored or misunderstood.
What does the proposed API look like?
Adding a section about global plugin usage as there where in Vue2 docs
but after i add as the examples,my app can't work.typescript still can't find what i set in app.config.globaleProperties.Only defineComponent can work