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

【リファクタリング】.trim修飾詞でスペースをカットする #76

Open
rkdora opened this issue Jun 28, 2020 · 0 comments
Assignees
Labels
enhancement New feature or request reactor Refactor something

Comments

@rkdora
Copy link
Member

rkdora commented Jun 28, 2020

対象

全ての入力フォーム

text-fieldにて、
今まで

v-model="title"

だったのを

v-model.trim="title"

とすることで、入力された文字列の前後のスペースを削除する

@rkdora rkdora added the enhancement New feature or request label Jun 28, 2020
@syu-kwsk syu-kwsk added the reactor Refactor something label Feb 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request reactor Refactor something
Projects
None yet
Development

No branches or pull requests

2 participants