Skip to content

Commit 1dc79d8

Browse files
committed
chore: update
1 parent 72c1341 commit 1dc79d8

File tree

1 file changed

+1
-1
lines changed
  • packages/core/src/client/standalone

1 file changed

+1
-1
lines changed

packages/core/src/client/standalone/App.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ watch(
3636
{ immediate: true },
3737
)
3838
39-
function switchEntry(id: string) {
39+
function switchEntry(id: string | undefined) {
4040
if (id) {
4141
context.docks.switchEntry(id)
4242
}

0 commit comments

Comments
 (0)