We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Clicking a should fire a clicked event
Clicking a d-dropdown-item does not fire a clicked event
vue-cli webpack shards-test
d-dropdown-item
@click
I need a dropdown where each item fires a different function or the same function with different arguments
Not sure if it helps, but using (from bootstrap-vue) instead works properly.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Expected Behavior
Clicking a should fire a clicked event
Current Behavior
Clicking a d-dropdown-item does not fire a clicked event
Steps to Reproduce
vue-cli webpack shards-test
d-dropdown-item
s and@click
d-dropdown-item
Context (Environment)
I need a dropdown where each item fires a different function or the same function with different arguments
Possible Solution
Not sure if it helps, but using (from bootstrap-vue) instead works properly.
Possible Implementation
The text was updated successfully, but these errors were encountered: