working vue components for 2D automata
This commit is contained in:
@ -64,6 +64,7 @@ export default {
|
||||
this.$store.commit('update1dRules', data)
|
||||
},
|
||||
draw1d() {
|
||||
this.$root.$store.state.drawing = 1
|
||||
this.$root.$emit('draw1d')
|
||||
},
|
||||
getRule(id) {
|
||||
|
||||
Reference in New Issue
Block a user