Merge pull request #3499 from h3poteto/fix/sidebar

Fix closing sideBar
This commit is contained in:
AkiraFukushima 2022-07-10 21:10:02 +09:00 committed by GitHub
commit 27dcbe4b9e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -74,7 +74,8 @@ export default defineComponent({
backgroundColor,
shortcutEnabled,
changeLoading,
reload
reload,
close
}
}
})