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

Make all directives (v-bind, v-on) use shorthand #17

Merged
merged 3 commits into from
Dec 23, 2019

Conversation

kungpaogao
Copy link
Member

Summary

This pull request is just a fix aimed at addressing issue #16. I have changed all v-bind and v-on to use their corresponding shorthand : and @.

Test Plan

Everything should work as before. This just modifies the code style, not the functionality.

Notes

If you merge this PR, please stick to using the shorthand in future code.

@github-actions
Copy link
Contributor

@kungpaogao
Copy link
Member Author

Wait, for some reason Course.vue is modified heavily. I need to look into this.

@github-actions
Copy link
Contributor

@kungpaogao
Copy link
Member Author

I need to update Semester.vue as well. Wups.

@kungpaogao kungpaogao added the code Code fixes and improvements label Dec 12, 2019
@github-actions
Copy link
Contributor

Copy link
Contributor

@SamChou19815 SamChou19815 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Didn't know that exists. Let's wait until @boonakij looks at it.

@kungpaogao kungpaogao changed the title Made all directives (v-bind, v-on) use shorthand Make all directives (v-bind, v-on) use shorthand Dec 17, 2019
@handotdev handotdev merged commit 1bbb1d4 into master Dec 23, 2019
@handotdev handotdev deleted the kungpaogao/directive-shorthands branch December 23, 2019 06:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
code Code fixes and improvements
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants