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

Removing class property from DatePicker. #96

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

Conversation

galbacarys
Copy link

Props named class aren't allowed in Vue.js since it's a reserved
propname, and there's no reason to do it anyway as it isn't used
anywhere in the component. It should be removed to silence the warning
when using the component.

Resolves #81.

Props named `class` aren't allowed in Vue.js since it's a reserved
propname, and there's no reason to do it anyway as it isn't used
anywhere in the component. It should be removed to silence the warning
when using the component.

Resolves chenz24#81.
@galbacarys
Copy link
Author

@chenz24 Do you have time to look at this?

@raideltorres
Copy link

please merge this, it is a really nasty warning :-)

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.

None yet

2 participants