提交 1c136868 编写于 作者: G Guillaume Chau

fix(vuex): null issue in VuexStateInspector

上级 4100a62e
......@@ -155,7 +155,7 @@ export default {
]),
filteredState () {
const inspectedState = this.isOnlyMutationPayload ? {
const inspectedState = this.isOnlyMutationPayload && this.inspectedState.mutation ? {
mutation: this.inspectedState.mutation,
...this.lastReceivedState
} : this.inspectedState
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册