mod: 移除非必要代码

This commit is contained in:
张传龙
2022-05-23 18:05:18 +08:00
parent 21391b202f
commit 85f9c91d6e
4 changed files with 0 additions and 8 deletions

View File

@@ -11,5 +11,3 @@ import { useFullscreen } from '@vueuse/core'
const { isFullscreen, toggle } = useFullscreen()
</script>
<style lang="scss" scoped></style>

View File

@@ -11,5 +11,3 @@ import { useAppStore } from '@/store/modules/app'
const appStore = useAppStore()
</script>
<style lang="scss" scoped></style>

View File

@@ -126,4 +126,3 @@ function handleSelect(key) {
handleHideDropdown()
}
</script>
<style lang="scss" scoped></style>