disable touch for v-window

This commit is contained in:
MaysWind
2024-09-09 22:29:59 +08:00
parent fa0460abd0
commit 30344ef5cb
+3
View File
@@ -278,6 +278,9 @@ const vuetify = createVuetify({
}, },
VTooltip: { VTooltip: {
location: 'top' location: 'top'
},
VWindow: {
touch: false
} }
}, },
theme: { theme: {