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

Events are not firing #13

Open
ooo2003003v2 opened this issue Dec 8, 2020 · 1 comment
Open

Events are not firing #13

ooo2003003v2 opened this issue Dec 8, 2020 · 1 comment

Comments

@ooo2003003v2
Copy link

It wont fires the alert that I set in beforeOpen

 <vue-clock-picker
                id="time-range-end"
                refs="timeRangeEnd"
                v-model="inspectionTimeRange.end"
                :beforeOpen="()=>{
                      alert();
                })"
              ></vue-clock-picker>

@Tusko
Copy link

Tusko commented Mar 29, 2021

@ooo2003003v2
Because you wanna fire event as a prop.

try: @beforeOpen

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

No branches or pull requests

2 participants