Fix closing sideBar

This commit is contained in:
AkiraFukushima 2022-07-10 20:59:22 +09:00
parent c56089cfa3
commit a60cff20f4
No known key found for this signature in database
GPG Key ID: B6E51BAC4DE1A957
1 changed files with 2 additions and 1 deletions

View File

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