working vue components for 2D automata

This commit is contained in:
2022-01-10 13:50:02 +01:00
parent 4f26becf9f
commit 1f51d40fcf
4 changed files with 47 additions and 4 deletions

View File

@ -64,6 +64,7 @@ export default {
this.$store.commit('update1dRules', data)
},
draw1d() {
this.$root.$store.state.drawing = 1
this.$root.$emit('draw1d')
},
getRule(id) {