mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-19 17:24:26 +08:00
disable touch for v-window
This commit is contained in:
@@ -278,6 +278,9 @@ const vuetify = createVuetify({
|
|||||||
},
|
},
|
||||||
VTooltip: {
|
VTooltip: {
|
||||||
location: 'top'
|
location: 'top'
|
||||||
|
},
|
||||||
|
VWindow: {
|
||||||
|
touch: false
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
theme: {
|
theme: {
|
||||||
|
|||||||
Reference in New Issue
Block a user