File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ export default Vue.extend({
44
44
},
45
45
methods: {
46
46
onClick(): void {
47
- this .$emit (' addButtonClicked ' )
47
+ this .$emit (' clickAddButton ' )
48
48
}
49
49
}
50
50
})
Original file line number Diff line number Diff line change 15
15
<v-col class =" col message" >{{ message }}</v-col >
16
16
<v-col cols =" 2" >
17
17
<span class =" add-button" >
18
- <add-button @addButtonClicked =" $emit('addButtonClicked ')" />
18
+ <add-button @clickAddButton =" $emit('clickAddButton ')" />
19
19
</span >
20
20
</v-col >
21
21
</v-row >
Original file line number Diff line number Diff line change 29
29
<simple-bottom-sheet
30
30
message =" 2年B組の授業を追加・編集する"
31
31
:expanded =" isExpandedButton"
32
- @addButtonClicked =" handler"
32
+ @clickAddButton =" handler"
33
33
/>
34
34
<editing-screen
35
35
:value =" editPageValue"
You can’t perform that action at this time.
0 commit comments