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 148148                >
149149                  <template  #label >
150150                    <v-flex >
151-                       Yes, I agree to the <a  @click.stop = " open_route( 'terms') " a > and
152-                       <a  @click.stop = " open_route( 'privacy-policy') " a >.
151+                       Yes, I agree to the <span  @click.stop >< router-link   :to = " {name:  'terms'} "   target = " _blank " router-link ></ span > and
152+                       <span  @click.stop >< router-link   :to = " {name:  'privacy-policy'} "   target = " _blank " router-link ></ span >.
153153                    </v-flex >
154154                  </template >
155155                </v-checkbox >
236236      this .domainType  =  this .$route .query .domainType  ||  ' custom'  
237237    }, 
238238    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-       }, 
243239      async  getCaptcha (focus  =  false ) { 
244240        this .captchaWorking  =  true ; 
245241        this .captchaSolution  =  " "  
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments