#5 secured(csv): export_purchases_to_tryton
This commit is contained in:
		| @@ -1,3 +1,19 @@ | ||||
| <template> | ||||
|   <ExportPurchasesForTryton /> | ||||
|   <div> | ||||
|     <CodeDialog @code-verified="(verified) => showComponent = verified"/> | ||||
|   </div> | ||||
|   <ExportPurchasesForTryton v-if="showComponent" /> | ||||
| </template> | ||||
| <script> | ||||
|   import CodeDialog from '../components/CodeDialog.vue' | ||||
|  | ||||
|   export default { | ||||
|     data() { | ||||
|       return { | ||||
|         showComponent: false, | ||||
|       } | ||||
|     }, | ||||
|     components: { CodeDialog }, | ||||
|     methods: {}, | ||||
|   } | ||||
| </script> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user