mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-05-21 00:01:26 +08:00
fix mobile
This commit is contained in:
@@ -221,12 +221,6 @@ function dragOrderEnd() {
|
||||
saveDashboardConfig()
|
||||
}
|
||||
|
||||
// 拖动排序开始
|
||||
function dragOrderBegin() {
|
||||
// 如果是移动端则取消
|
||||
if (!display.mdAndUp.value) return false
|
||||
}
|
||||
|
||||
onBeforeMount(async () => {
|
||||
await loadDashboardConfig()
|
||||
getDashboardPlugins()
|
||||
@@ -238,7 +232,6 @@ onBeforeMount(async () => {
|
||||
<draggable
|
||||
v-model="dashboardConfigs"
|
||||
@end="dragOrderEnd"
|
||||
:move="dragOrderBegin"
|
||||
handle=".cursor-move"
|
||||
item-key="id"
|
||||
tag="VRow"
|
||||
|
||||
Reference in New Issue
Block a user