vue2_frontend...

This commit is contained in:
최준흠 2022-09-16 19:04:42 +09:00
parent c7fa19fcd4
commit 7a02249586

View File

@ -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()