mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-09-05 15:36:49 +08:00
fix ui layout
This commit is contained in:
@@ -10,7 +10,8 @@ import store from '@/store'
|
||||
import { useDisplay } from 'vuetify'
|
||||
|
||||
// APP
|
||||
const appMode = inject('appMode')
|
||||
const display = useDisplay()
|
||||
const appMode = inject('pwaMode') && display.mdAndDown.value
|
||||
|
||||
// 输入参数
|
||||
const props = defineProps({
|
||||
|
||||
Reference in New Issue
Block a user