#10 fix(Code): add cancel button.
This commit is contained in:
		| @@ -10,7 +10,8 @@ | |||||||
|         </v-form> |         </v-form> | ||||||
|       </v-card-text> |       </v-card-text> | ||||||
|       <v-card-actions> |       <v-card-actions> | ||||||
|         <v-btn type="submit" form="code-form">Aceptar</v-btn> |         <v-btn type="submit" form="code-form" color="green">Aceptar</v-btn> | ||||||
|  |         <v-btn :to="{ path: '/' }" color="red">Cancelar</v-btn> | ||||||
|       </v-card-actions> |       </v-card-actions> | ||||||
|     </v-card> |     </v-card> | ||||||
|   </v-dialog> |   </v-dialog> | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user