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