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

@ -39,6 +39,9 @@ export default new Vuex.Store({
},
getRule1d(state) {
return (rule) => state.rules1d[rule]
},
isDrawing(state) {
return state.drawing
}
},
actions: {