Skip to content

Commit d26e4f9

Browse files
author
Guillaume Chau
committed
fix: display $refs after vuex bindings
1 parent d72c687 commit d26e4f9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/devtools/components/StateInspector.vue

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,9 @@ const keyOrder = {
6363
computed: 4,
6464
state: 2,
6565
getters: 3,
66-
mutation: 1
66+
mutation: 1,
67+
'vuex bindings': 5,
68+
$refs: 6
6769
}
6870
6971
export default {

0 commit comments

Comments
 (0)