feat: Admin code for sychronize Parties, Products

This commit is contained in:
rodia
2025-08-16 14:02:55 -03:00
parent 5c594ea563
commit e192c3778a
2 changed files with 9 additions and 0 deletions

View File

@@ -1,4 +1,7 @@
<template>
<div>
<CodeDialog @code-verified="(verified) => showComponent = verified"/>
</div>
<v-container class="fill-height d-flex align-center justify-center">
<v-card class="pa-6" max-width="600" elevation="4">
<v-card-title class="text-h5 font-weight-bold text-center">
@@ -41,6 +44,7 @@
</template>
<script>
import CodeDialog from '../components/CodeDialog.vue'
import { inject } from 'vue';
export default {