-
Notifications
You must be signed in to change notification settings - Fork 0
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
Feat/Add submit button #16
Conversation
✅ Deploy Preview for rad-froyo-c5cd05 ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
disabled?: boolean | ||
} | ||
interface SubmitButtonEmit { | ||
(event: 'on-click'): void |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
イベントにonをつけると今後すべてのイベントにonをつけることになりそうです。
<SubmitButton @on-click="onClick">さぶみっと</SubmitButton>
@がすでにイベントなので自分は @click 等と書くのが通常です
<SubmitButton @click="onClick">さぶみっと</SubmitButton>
今後どちらかに統一していこうかと思います
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
clickに変更しました!🙆
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@toshick すみません、再レビュー依頼するのすっかり忘れてました! 🙇
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
やっぱり一旦マージしてしまいますね 🙇 (コメントいただいた場合は別PRで対応します!)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
問題ないです
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
issue
https://github.com/vuejs-jp/vuefes-2024-backside/issues/46
Details
SubmitButtonとstoriesファイルの作成
Screenshots