Nuxt/examples/vuex-store/store/todos/state.js

4 lines
38 B
JavaScript
Raw Normal View History

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