feat: Admin code for sychronize Parties, Products
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user