#88 refactor(frontend): remove method.
This commit is contained in:
parent
0308da7370
commit
a7e3b9aaa8
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user