revert unrelated changes

This commit is contained in:
かっこかり 2024-01-18 18:06:56 +09:00 committed by GitHub
parent 19c370311d
commit 84ecea9051
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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({