-
Notifications
You must be signed in to change notification settings - Fork 1
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
コメント機能を実装しました! #100
コメント機能を実装しました! #100
Conversation
見栄えとか,再描画のところ直したいけど,直せないから助けて欲しい,,, |
pages/_nodeId/_articleId.vue
Outdated
isNoComment() { | ||
return this.inputComment === ""; | ||
}, |
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.
これでも動くけど常に判定し続けるものはcomputed
に書くのがセオリーな感じがする!!
bb9e9bc で対応しました |
|
時間がでてないからわかりづらいけど,上の方が最新になっているはず
投稿時間の取得方法がわからなかった! |
色々直した!! |
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.
いいとも
変更内容
匿名のコメントを書けるようにしました!
#96 とコンフリクトするかもだけど、機能面だけ実装したから許して😅
Issue
close #64