Nuxt/examples/vuex-store/store/todos/state.js
2019-02-19 09:35:51 +00:00

4 lines
38 B
JavaScript

export default () => ({
list: []
})