-
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
to属性でオブジェクトを使用するように変更 #334
Conversation
PR Reviewer Guide 🔍
|
PR Code Suggestions ✨
|
formatだけ忘れてそうなのでお願いします! |
formatかけたので確認お願いします! |
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.
#314
もcloseに指定しておくとよさそうです(メインはこれの対応だと思うので))
なるほどです |
分かりました、ありがとうございます! |
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.
OKです
User description
close #332
#314 の対応(to属性にstring型変数が指定されているものについては未完)
PR Type
Enhancement
Description
router-link
のto
属性を文字列からオブジェクト形式に変更Changes walkthrough 📝
22 files
ContestTeamItem.vue
`router-link`の`to`属性をオブジェクト形式に変更
src/components/Contest/ContestTeamItem.vue
router-link
のto
属性をオブジェクト形式に変更ContestTeams.vue
`router-link`の`to`属性をオブジェクト形式に変更
src/components/Contest/ContestTeams.vue
router-link
のto
属性をオブジェクト形式に変更ContestItem.vue
`router-link`の`to`属性をオブジェクト形式に変更
src/components/Contests/ContestItem.vue
router-link
のto
属性をオブジェクト形式に変更EventItem.vue
`router-link`の`to`属性をオブジェクト形式に変更
src/components/Events/EventItem.vue
router-link
のto
属性をオブジェクト形式に変更PageHeader.vue
`router-link`の`to`属性をオブジェクト形式に変更
src/components/Layout/PageHeader.vue
router-link
のto
属性をオブジェクト形式に変更ProjectItem.vue
`router-link`の`to`属性をオブジェクト形式に変更
src/components/Projects/ProjectItem.vue
router-link
のto
属性をオブジェクト形式に変更UserProfileDesktop.vue
`router-link`の`to`属性をオブジェクト形式に変更
src/components/User/UserProfileDesktop.vue
router-link
のto
属性をオブジェクト形式に変更UserProfileMobile.vue
`router-link`の`to`属性をオブジェクト形式に変更
src/components/User/UserProfileMobile.vue
router-link
のto
属性をオブジェクト形式に変更AccountItem.vue
`router-link`の`to`属性をオブジェクト形式に変更
src/components/UserAccounts/AccountItem.vue
router-link
のto
属性をオブジェクト形式に変更Contest.vue
`router-link`の`to`属性をオブジェクト形式に変更
src/pages/Contest.vue
router-link
のto
属性をオブジェクト形式に変更ContestEdit.vue
`router-link`の`to`属性をオブジェクト形式に変更
src/pages/ContestEdit.vue
router-link
のto
属性をオブジェクト形式に変更ContestNew.vue
`router-link`の`to`属性をオブジェクト形式に変更
src/pages/ContestNew.vue
router-link
のto
属性をオブジェクト形式に変更ContestTeamEdit.vue
`router-link`の`to`属性をオブジェクト形式に変更
src/pages/ContestTeamEdit.vue
router-link
のto
属性をオブジェクト形式に変更ContestTeamNew.vue
`router-link`の`to`属性をオブジェクト形式に変更
src/pages/ContestTeamNew.vue
router-link
のto
属性をオブジェクト形式に変更Contests.vue
`router-link`の`to`属性をオブジェクト形式に変更
src/pages/Contests.vue
router-link
のto
属性をオブジェクト形式に変更Event.vue
`router-link`の`to`属性をオブジェクト形式に変更
src/pages/Event.vue
router-link
のto
属性をオブジェクト形式に変更Project.vue
`router-link`の`to`属性をオブジェクト形式に変更
src/pages/Project.vue
router-link
のto
属性をオブジェクト形式に変更ProjectNew.vue
`router-link`の`to`属性をオブジェクト形式に変更
src/pages/ProjectNew.vue
router-link
のto
属性をオブジェクト形式に変更Projects.vue
`router-link`の`to`属性をオブジェクト形式に変更
src/pages/Projects.vue
router-link
のto
属性をオブジェクト形式に変更UserAccountEdit.vue
`router-link`の`to`属性をオブジェクト形式に変更
src/pages/UserAccountEdit.vue
router-link
のto
属性をオブジェクト形式に変更UserAccountNew.vue
`router-link`の`to`属性をオブジェクト形式に変更
src/pages/UserAccountNew.vue
router-link
のto
属性をオブジェクト形式に変更UserAccounts.vue
`router-link`の`to`属性をオブジェクト形式に変更
src/pages/UserAccounts.vue
router-link
のto
属性をオブジェクト形式に変更