File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 42
42
class =" Button"
43
43
theme =" transparent"
44
44
text =" キャンセル"
45
- @click =" $emit('closeExpand ')"
45
+ @click =" $emit('collapse ')"
46
46
/>
47
47
<action-button
48
48
class =" Button"
@@ -242,7 +242,7 @@ export default Vue.extend({
242
242
vxm .classData
243
243
.editLessonData (lessonData )
244
244
.then (() => {
245
- this .$emit (' closeExpand ' )
245
+ this .$emit (' collapse ' )
246
246
})
247
247
.catch (() => {
248
248
this .error = true
@@ -253,7 +253,7 @@ export default Vue.extend({
253
253
vxm .classData
254
254
.addLesson (lessonData )
255
255
.then (() => {
256
- this .$emit (' closeExpand ' )
256
+ this .$emit (' collapse ' )
257
257
})
258
258
.catch (() => {
259
259
this .error = true
Original file line number Diff line number Diff line change 34
34
<editing-screen
35
35
:value =" editPageValue"
36
36
:expanded =" !isExpandedButton"
37
- @closeExpand =" closeToReset"
37
+ @collapse =" closeToReset"
38
38
/>
39
39
</div >
40
40
</template >
You can’t perform that action at this time.
0 commit comments