Skip to content

Commit d62f63d

Browse files
committed
Add @todo comment
1 parent 3a3e555 commit d62f63d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/pages/edit/index.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@ export default Vue.extend({
138138
}
139139
}
140140
},
141+
// @todo doEdit の中身を整理する
141142
doEdit(value: classData.LessonWithId): void {
142143
const videoUrl = value.videos.length === 0 ? '' : value.videos[0].url
143144
const videoTitle = value.videos.length === 0 ? '' : value.videos[0].title

0 commit comments

Comments
 (0)