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

Declare Module 'vue' instead of '@vue/runtime-core' #94

Merged
merged 1 commit into from
Sep 17, 2024

Conversation

schwarmco
Copy link
Contributor

augmenting via declare module '@vue/runtime-core' instead of declare module 'vue' started to break a lot of dependencies recently. Lets update vue-toast-notification too so its not breaking types for other dependencies.

see discussion here for example: vuejs/router#2321 (reply in thread)

before PR:
image

after PR:
image

@ankurk91 ankurk91 self-assigned this Sep 16, 2024
@ankurk91 ankurk91 merged commit fcfc4cf into ankurk91:main Sep 17, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants