vue2_frontend...
This commit is contained in:
parent
c7fa19fcd4
commit
7a02249586
@ -142,7 +142,7 @@ const todoStore = createNamespacedHelpers('TodoStore')
|
||||
export default {
|
||||
components: {},
|
||||
computed: {
|
||||
...todoStore.mapStates(['total', 'rows'])
|
||||
...todoStore.mapState(['total', 'rows'])
|
||||
},
|
||||
created: function () {
|
||||
this.setDatas()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user