diff --git a/packages/frontend/src/components/MkPageWindow.vue b/packages/frontend/src/components/MkPageWindow.vue index a765650558..ccd9df83ed 100644 --- a/packages/frontend/src/components/MkPageWindow.vue +++ b/packages/frontend/src/components/MkPageWindow.vue @@ -63,7 +63,7 @@ const history = ref<{ path: string; key: any; }[]>([{ key: windowRouter.getCurrentKey(), }]); const buttonsLeft = computed(() => { - const buttons: any[] = []; + const buttons = []; if (history.value.length > 1) { buttons.push({