feat: Admin code for sychronize Parties, Products
This commit is contained in:
parent
5c594ea563
commit
e192c3778a
@ -1,4 +1,7 @@
|
|||||||
<template>
|
<template>
|
||||||
|
<div>
|
||||||
|
<CodeDialog @code-verified="(verified) => showComponent = verified"/>
|
||||||
|
</div>
|
||||||
<v-container class="fill-height d-flex align-center justify-center">
|
<v-container class="fill-height d-flex align-center justify-center">
|
||||||
<v-card class="pa-6" max-width="600" elevation="4">
|
<v-card class="pa-6" max-width="600" elevation="4">
|
||||||
<v-card-title class="text-h5 font-weight-bold text-center">
|
<v-card-title class="text-h5 font-weight-bold text-center">
|
||||||
@ -41,6 +44,7 @@
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
|
import CodeDialog from '../components/CodeDialog.vue'
|
||||||
import { inject } from 'vue';
|
import { inject } from 'vue';
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
|
@ -1,4 +1,7 @@
|
|||||||
<template>
|
<template>
|
||||||
|
<div>
|
||||||
|
<CodeDialog @code-verified="(verified) => showComponent = verified"/>
|
||||||
|
</div>
|
||||||
<v-container class="fill-height d-flex align-center justify-center">
|
<v-container class="fill-height d-flex align-center justify-center">
|
||||||
<v-card class="pa-6" max-width="600" elevation="4">
|
<v-card class="pa-6" max-width="600" elevation="4">
|
||||||
<v-card-title class="text-h5 font-weight-bold text-center">
|
<v-card-title class="text-h5 font-weight-bold text-center">
|
||||||
@ -36,6 +39,7 @@
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
|
import CodeDialog from '../components/CodeDialog.vue'
|
||||||
import { inject } from 'vue';
|
import { inject } from 'vue';
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
@ -44,6 +48,7 @@
|
|||||||
return {
|
return {
|
||||||
api: inject('api'),
|
api: inject('api'),
|
||||||
productos_tryton: [{}],
|
productos_tryton: [{}],
|
||||||
|
showComponent: false,
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
|
Loading…
Reference in New Issue
Block a user