#88 refactor(frontend): remove method.
This commit is contained in:
parent
0308da7370
commit
a7e3b9aaa8
@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<div>
|
||||
<CodeDialog @code-verified="activateComponent"/>
|
||||
<CodeDialog @code-verified="(verified) => showComponent = verified"/>
|
||||
</div>
|
||||
<ReconciliationJar v-if="showComponent" />
|
||||
</template>
|
||||
@ -15,12 +15,6 @@
|
||||
}
|
||||
},
|
||||
components: { CodeDialog },
|
||||
methods: {
|
||||
activateComponent(verified) {
|
||||
if (verified) {
|
||||
this.showComponent = true;
|
||||
}
|
||||
},
|
||||
},
|
||||
methods: {},
|
||||
}
|
||||
</script>
|
||||
|
Loading…
Reference in New Issue
Block a user