Skip to content

Commit 79489d1

Browse files
[autofix.ci] apply automated fixes
1 parent 4fa7b9c commit 79489d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/overlay/src/App.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ const vueInspectorEnabled = computed(() => {
8585
})
8686
8787
function toggleVueInspector() {
88-
if(vueInspectorEnabled.value) {
88+
if (vueInspectorEnabled.value) {
8989
vueInspector.value?.disable()
9090
return
9191
}

0 commit comments

Comments
 (0)