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 aac81ef commit 6273fe9Copy full SHA for 6273fe9
src/pages/terms.vue
@@ -22,19 +22,8 @@
22
<v-icon v-if="isCheck" color="#0071C2">mdi-check-box-outline</v-icon>
23
<v-icon v-else color="#0071C2">mdi-checkbox-blank-outline</v-icon>
24
</label>
25
- <action-button
26
- :is-disabled="!isCheck"
27
- class="Button"
28
- theme="primary"
29
- text="利用を開始する"
30
- @click="$emit('clickAgreeButton')"
31
- />
32
33
34
- theme="border"
35
- text="同意しない"
36
- @click="$router.push('/')"
37
+ <action-button class="Button" theme="primary" text="利用を開始する" />
+ <action-button class="Button" theme="border" text="同意しない" />
38
</div>
39
</template>
40
0 commit comments