asegurnado paginas administrativas #88 #89
| @@ -1,6 +1,6 @@ | ||||
| <template> | ||||
|   <div> | ||||
|     <CodeDialog @code-verified="activateComponent"/> | ||||
|     <CodeDialog @code-verified="(verified) => showComponent = verified"/> | ||||
|   </div> | ||||
|   <ReconciliationJar v-if="showComponent" /> | ||||
| </template> | ||||
| @@ -15,12 +15,6 @@ | ||||
|       } | ||||
|     }, | ||||
|     components: { CodeDialog }, | ||||
|     methods: { | ||||
|       activateComponent(verified) { | ||||
|         if (verified) { | ||||
|           this.showComponent = true; | ||||
|         } | ||||
|       }, | ||||
|     }, | ||||
|     methods: {}, | ||||
|   } | ||||
| </script> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user