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

Feat/Add submit button #16

Merged
merged 3 commits into from
Feb 28, 2024
Merged

Feat/Add submit button #16

merged 3 commits into from
Feb 28, 2024

Conversation

kokoakuma
Copy link
Contributor

@kokoakuma kokoakuma commented Feb 24, 2024

issue

https://github.com/vuejs-jp/vuefes-2024-backside/issues/46

Details

SubmitButtonとstoriesファイルの作成

Screenshots

Screenshot 2024-02-24 at 23 55 37 Screenshot 2024-02-24 at 23 55 43

@kokoakuma kokoakuma self-assigned this Feb 24, 2024
Copy link

netlify bot commented Feb 24, 2024

Deploy Preview for rad-froyo-c5cd05 ready!

Name Link
🔨 Latest commit 40d6e85
🔍 Latest deploy log https://app.netlify.com/sites/rad-froyo-c5cd05/deploys/65db3304f0b75d0008c099c2
😎 Deploy Preview https://deploy-preview-16--rad-froyo-c5cd05.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

disabled?: boolean
}
interface SubmitButtonEmit {
(event: 'on-click'): void
Copy link
Contributor

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>

今後どちらかに統一していこうかと思います

Copy link
Contributor Author

Choose a reason for hiding this comment

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

clickに変更しました!🙆

Copy link
Contributor Author

@kokoakuma kokoakuma Feb 27, 2024

Choose a reason for hiding this comment

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

@toshick すみません、再レビュー依頼するのすっかり忘れてました! 🙇

Copy link
Contributor Author

@kokoakuma kokoakuma Feb 28, 2024

Choose a reason for hiding this comment

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

やっぱり一旦マージしてしまいますね 🙇 (コメントいただいた場合は別PRで対応します!)

Copy link
Contributor

Choose a reason for hiding this comment

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

問題ないです

Copy link
Collaborator

@jiyuujin jiyuujin left a comment

Choose a reason for hiding this comment

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

LGTM

@kokoakuma kokoakuma requested a review from toshick February 27, 2024 14:37
@kokoakuma kokoakuma merged commit 13c3a91 into main Feb 28, 2024
11 checks passed
@jiyuujin jiyuujin deleted the feat/submit_button branch March 8, 2024 00:37
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.

3 participants