We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a3e555 commit d62f63dCopy full SHA for d62f63d
src/pages/edit/index.vue
@@ -138,6 +138,7 @@ export default Vue.extend({
138
}
139
140
},
141
+ // @todo doEdit の中身を整理する
142
doEdit(value: classData.LessonWithId): void {
143
const videoUrl = value.videos.length === 0 ? '' : value.videos[0].url
144
const videoTitle = value.videos.length === 0 ? '' : value.videos[0].title
0 commit comments