Conformance: Have activity & Activity sequence done.

This commit is contained in:
chiayin
2023-09-01 12:15:46 +08:00
parent 49230c1b51
commit 5f16c4ac58
5 changed files with 11 additions and 7 deletions

View File

@@ -24,6 +24,7 @@ export default {
},
created() {
this.datadata = this.select;
this.$emitter.on('reset', data => this.datadata = data);
},
}
</script>