Please check if the PR fulfills these requirements
[ ] It's the right issue type on the title
[ ] When resolving a specific issue, it's referenced in the PR's title (e.g. fix #xxx[,#xxx], where "xxx" is the issue number)
[ ] The commit message follows our guidelines
[ ] Tests for the changes have been added (for bug fixes/features)
[ ] Docs have been added/updated (for bug fixes/features)
[ ] It does not introduce a breaking change or has a description of the breaking change
Description
Because event listeners inside DOM templates will be automatically transformed to lowercase (due to HTML’s case-insensitivity) is recommend use kebab-case for event names.
Please check if the PR fulfills these requirements
fix #xxx[,#xxx]
, where "xxx" is the issue number)Description
Because event listeners inside DOM templates will be automatically transformed to lowercase (due to HTML’s case-insensitivity) is recommend use kebab-case for event names.
https://vuejs.org/v2/guide/components-custom-events.html#Event-Names
Thank you for your contribution to TOAST UI product. 🎉 😘 ✨