fix: Issues #198 done.

This commit is contained in:
chiayin
2023-11-22 11:40:28 +08:00
parent 8949476e60
commit c3d9a3d9e4
3 changed files with 7 additions and 1 deletions

View File

@@ -327,6 +327,11 @@ export default {
}
},
},
created() {
this.$emitter.on('reset', (data) => {
this.createData();
});
},
mounted() {
this.inputTypes = this.display.split('');
},