File tree Expand file tree Collapse file tree 7 files changed +3
-16
lines changed Expand file tree Collapse file tree 7 files changed +3
-16
lines changed Original file line number Diff line number Diff line change 121
121
<editor-input-field-pickable
122
122
v-model =" tempFormData.startTime"
123
123
:title =" `${$t('components.editing_screen.labels.time')} *`"
124
- label =" start_time"
125
124
placeholder =" 00:00"
126
125
:transparent =" true"
127
126
icon-name =" mdi-clock-outline"
132
131
<span class =" Hyphen" >-</span >
133
132
<editor-input-field-pickable
134
133
v-model =" tempFormData.endTime"
135
- label =" end_time"
136
134
placeholder =" 00:00"
137
135
:transparent =" true"
138
136
icon-name =" mdi-clock-outline"
145
143
<editor-input-field-pickable
146
144
v-model =" tempFormData.subjectName"
147
145
:title =" `${$t('common.lesson_data.labels.subject_name')} *`"
148
- label =" lesson"
149
146
placeholder =" 例)理科"
150
147
class =" LessonField"
151
148
/>
161
158
<editor-input-field-pickable
162
159
v-model =" tempFormData.title"
163
160
:title =" `${$t('common.lesson_data.labels.title')} *`"
164
- :label =" $t('common.lesson_data.labels.title')"
165
161
placeholder =" 例)理科"
166
162
/>
167
163
</div >
Original file line number Diff line number Diff line change 3
3
<editor-input-field-pickable
4
4
v-model =" tempFormData.videoUrl"
5
5
:title =" $t('components.editing_screen.labels.video_url')"
6
- label =" video"
7
6
placeholder =" https://"
8
7
/>
9
8
Original file line number Diff line number Diff line change 3
3
<editor-input-field-pickable
4
4
v-model =" tempFormData.pages"
5
5
:title =" $t('components.editing_screen.labels.textbook_page')"
6
- label =" textbook_page"
7
6
placeholder =" 例)10〜14ページ"
8
7
/>
9
8
<editor-input-field-pickable
10
9
v-model =" tempFormData.materialsTitle"
11
10
:title =" $t('components.editing_screen.labels.material_title')"
12
- label =" sub_text"
13
11
placeholder =" 例)やさしい理科教材"
14
12
/>
15
13
<editor-input-field-pickable
16
14
v-model =" tempFormData.materialsUrl"
17
15
:title =" $t('components.editing_screen.labels.material_url')"
18
- label =" sub_text_url"
19
16
placeholder =" https://"
20
17
/>
21
18
</div >
Original file line number Diff line number Diff line change 34
34
</li >
35
35
36
36
<li >
37
- <nuxt-link class =" white--text" to =" policy " >
37
+ <nuxt-link class =" white--text" to =" terms " >
38
38
{{ $t('common.footer.terms') }}
39
39
</nuxt-link >
40
40
</li >
67
67
</li >
68
68
69
69
<li >
70
- <nuxt-link class =" white--text" to =" policy " >
70
+ <nuxt-link class =" white--text" to =" terms " >
71
71
{{ $t('common.footer.terms') }}
72
72
</nuxt-link >
73
73
</li >
100
100
</li >
101
101
102
102
<li >
103
- <nuxt-link class =" white--text" to =" policy " >
103
+ <nuxt-link class =" white--text" to =" terms " >
104
104
{{ $t('common.footer.terms') }}
105
105
</nuxt-link >
106
106
</li >
Original file line number Diff line number Diff line change 18
18
<dd >
19
19
<base-input-field
20
20
v-model =" email"
21
- label =" email"
22
21
:placeholder =" $t('common.user_data.labels.email')"
23
22
type =" email"
24
23
require
Original file line number Diff line number Diff line change 18
18
<dd >
19
19
<base-input-field
20
20
v-model =" name"
21
- label =" name"
22
21
:placeholder =" $t('common.user_data.labels.nickname')"
23
22
require
24
23
/>
Original file line number Diff line number Diff line change 12
12
<dd >
13
13
<base-input-field
14
14
v-model =" currentPassword"
15
- label =" current password"
16
15
:placeholder =" $t('common.user_data.labels.password')"
17
16
type =" password"
18
17
require
27
26
<dd >
28
27
<base-input-field
29
28
v-model =" newPassword"
30
- label =" new password"
31
29
:placeholder =" $t('common.user_data.labels.password')"
32
30
type =" password"
33
31
require
41
39
<dd >
42
40
<base-input-field
43
41
v-model =" confirmation"
44
- label =" confirmation"
45
42
:placeholder =" $t('common.user_data.labels.password')"
46
43
type =" password"
47
44
require
You can’t perform that action at this time.
0 commit comments