#88 refactor(frontend): remove method.
This commit is contained in:
		| @@ -1,6 +1,6 @@ | |||||||
| <template> | <template> | ||||||
|   <div> |   <div> | ||||||
|     <CodeDialog @code-verified="activateComponent"/> |     <CodeDialog @code-verified="(verified) => showComponent = verified"/> | ||||||
|   </div> |   </div> | ||||||
|   <ReconciliationJar v-if="showComponent" /> |   <ReconciliationJar v-if="showComponent" /> | ||||||
| </template> | </template> | ||||||
| @@ -15,12 +15,6 @@ | |||||||
|       } |       } | ||||||
|     }, |     }, | ||||||
|     components: { CodeDialog }, |     components: { CodeDialog }, | ||||||
|     methods: { |     methods: {}, | ||||||
|       activateComponent(verified) { |  | ||||||
|         if (verified) { |  | ||||||
|           this.showComponent = true; |  | ||||||
|         } |  | ||||||
|       }, |  | ||||||
|     }, |  | ||||||
|   } |   } | ||||||
| </script> | </script> | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user