Skip to content

Commit

Permalink
fix: display $refs after vuex bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume Chau committed Sep 16, 2018
1 parent d72c687 commit d26e4f9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/devtools/components/StateInspector.vue
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,9 @@ const keyOrder = {
computed: 4,
state: 2,
getters: 3,
mutation: 1
mutation: 1,
'vuex bindings': 5,
$refs: 6
}
export default {
Expand Down

0 comments on commit d26e4f9

Please sign in to comment.