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
Hi, Could you please add an emit event like "change" to BusinessHours component? I'm using your plugin and I can't access the update value. EG:
<business-hours :days="{myDay}">
If you add change emit to the component, I can do like this <business-hours :days="{myDay}" @change="updateValue" /> Thanks
<business-hours :days="{myDay}" @change="updateValue" />
The text was updated successfully, but these errors were encountered:
Sorry I've been super busy lately. I'll check out your PR as soon as I get a chance. Thanks.
Sorry, something went wrong.
I didn't accept your PR due to many other changes to localization, styles, etc. however I added the event emitter you added. Thanks!
No branches or pull requests
Hi,
Could you please add an emit event like "change" to BusinessHours component?
I'm using your plugin and I can't access the update value.
EG:
<business-hours :days="{myDay}">
If you add change emit to the component, I can do like this
<business-hours :days="{myDay}" @change="updateValue" />
Thanks
The text was updated successfully, but these errors were encountered: