Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: augment GlobalComponents in multiple vue modules #20144

Merged
merged 2 commits into from
Jul 16, 2024

Conversation

guibulator
Copy link
Contributor

Description

Starting with the VScode Volar extension v2.0.20, Vuetify components when using auto imports will show as Unknown by IntelliSense.
Screenshot 2024-07-11 at 8 41 43 AM

This module augmentation has been done in many projects so far, i.e: nuxt/nuxt#26541

The idea is to augment modules vue, @vue/runtime-dom and @vue/runtime-core
After augmenting all the proper modules, IntelliSense starts to work again.
Screenshot 2024-07-11 at 8 43 17 AM

@johnleider johnleider added this to the v3.6.x milestone Jul 16, 2024
@johnleider johnleider added T: enhancement Functionality that enhances existing features typescript labels Jul 16, 2024
@johnleider johnleider changed the title fix: Augment GlobalComponents in multiple vue modules fix: augment GlobalComponents in multiple vue modules Jul 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
T: enhancement Functionality that enhances existing features typescript
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants