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

Move from methods to v-model for bootstrap-vue modals #201

Open
luxaritas opened this issue Jul 16, 2020 · 0 comments
Open

Move from methods to v-model for bootstrap-vue modals #201

luxaritas opened this issue Jul 16, 2020 · 0 comments
Labels
pending triage type: ergonomics Tooling, refactoring, etc

Comments

@luxaritas
Copy link
Member

In many places, we use a ref and the .show/.hide/.toggle methods for modals. Instead, we should simply use a reactive boolean that is set when it should be shown or hidden to be more idiomatic

@luxaritas luxaritas added the type: ergonomics Tooling, refactoring, etc label Jul 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pending triage type: ergonomics Tooling, refactoring, etc
Projects
None yet
Development

No branches or pull requests

1 participant