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

Most obvious of TypeScript definitions for app.use(Buefy) #299

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

ElteHupkes
Copy link

Currently activating buefy-next in a TypeScript enabled project results in:

image

This PR changes the argument type of the plugin installer to fix that, along with a glaring error in the BuefyConfig definition. I'm sure there is much more typing work to be done, but this at least supports a basic install.

@wesdevpro
Copy link

wesdevpro commented Dec 21, 2024

@ElteHupkes Thanks for your work on this. You can find the progress of the TS migration here #151

We are about to migrate the TS changes to dev. It's going to take some time we should have the ball moving soon.

@ElteHupkes
Copy link
Author

@wesdevpro Thanks, I'm aware of that issue, much appreciated. Let me know if there's anything I can do to help there, although I've little to no experience with Vue plugin development.

For this PR, I just figured it would probably be a while before the TS migration is complete and it could be useful to have at least the most basic use case supported in the mean time.

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