line-and-surface/src/store/index.ts

13 lines
139 B
TypeScript
Raw Normal View History

2021-01-09 17:38:35 +01:00
import { createStore } from 'vuex'
export default createStore({
state: {
},
mutations: {
},
actions: {
},
modules: {
}
})