File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change 34
34
<span class =" description mb-3" >時間割をつくる先生方</span >
35
35
</v-row >
36
36
<div style =" margin : 0 10px ;" >
37
- <v-btn
38
- color =" #FFDB6C"
39
- height =" 60px"
37
+ <action-button
38
+ text =" ユーザー登録する"
40
39
class =" registerButton"
41
- to =" terms"
42
- block
43
- rounded
44
- >
45
- ユーザー登録する
46
- </v-btn >
40
+ @click =" $router.push('/terms')"
41
+ />
47
42
48
- <v-btn block class =" loginButton" color =" white" height =" 50px" rounded >
49
- ログインする
50
- </v-btn >
43
+ <action-button
44
+ text =" ログインする"
45
+ class =" loginButton"
46
+ theme =" secondary"
47
+ @click =" $router.push('/account/login')"
48
+ />
51
49
<v-footer color =" #004170" padless >
52
50
<v-row justify =" center" no-gutters >
53
51
<v-col class =" white--text text-center footerText" cols =" 12" >
73
71
import Vue from ' vue'
74
72
import { vxm } from ' @/store'
75
73
import InputField from ' @/components/InputField.vue'
74
+ import ActionButton from ' @/components/ActionButton.vue'
76
75
77
76
type DataType = {
78
77
classId: string
@@ -84,6 +83,7 @@ type DataType = {
84
83
85
84
export default Vue .extend ({
86
85
components: {
86
+ ActionButton ,
87
87
InputField
88
88
},
89
89
data(): DataType {
You can’t perform that action at this time.
0 commit comments