Skip to content

Commit c8e3279

Browse files
fix(devtools): fix resize of devtools (#18)
1 parent c588936 commit c8e3279

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/devtools/Devtools.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ export default defineComponent({
9898
style: {
9999
height: this.devtoolsHeight,
100100
},
101-
ref: this.panelRef,
101+
ref: "panelRef",
102102
// Vue3
103103
isOpen: this.isOpen,
104104
panelProps: this.panelProps as never,

0 commit comments

Comments
 (0)