File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change 148
148
>
149
149
<template #label >
150
150
<v-flex >
151
- Yes, I agree to the <a @click.stop = " open_route( 'terms') " >Terms of Use</a > and
152
- <a @click.stop = " open_route( 'privacy-policy') " >Privacy Policy</a >.
151
+ Yes, I agree to the <span @click.stop >< router-link :to = " {name: 'terms'} " target = " _blank " >Terms of Use</router-link ></ span > and
152
+ <span @click.stop >< router-link :to = " {name: 'privacy-policy'} " target = " _blank " >Privacy Policy</router-link ></ span >.
153
153
</v-flex >
154
154
</template >
155
155
</v-checkbox >
236
236
this .domainType = this .$route .query .domainType || ' custom' ;
237
237
},
238
238
methods: {
239
- async open_route (route ) {
240
- window .open (this .$router .resolve ({name: route}).href );
241
- this .terms = ! this .terms ; // silly but easy fix for "accidentally" checking the box by clicking the link
242
- },
243
239
async getCaptcha (focus = false ) {
244
240
this .captchaWorking = true ;
245
241
this .captchaSolution = " " ;
You can’t perform that action at this time.
0 commit comments