Compare commits
2 Commits
0fb9981acf
...
a308e860c7
| Author | SHA1 | Date | |
|---|---|---|---|
| a308e860c7 | |||
| f32f107078 |
@@ -74,6 +74,12 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
async created () {
|
async created () {
|
||||||
|
document.addEventListener('wheel', event => {
|
||||||
|
event.preventDefault()
|
||||||
|
}, {passive: false})
|
||||||
|
document.addEventListener('touchmove', event => {
|
||||||
|
event.preventDefault()
|
||||||
|
}, {passive: false})
|
||||||
if (!window.cordova) {
|
if (!window.cordova) {
|
||||||
const confText = await fetch('./conf/conf.yaml')
|
const confText = await fetch('./conf/conf.yaml')
|
||||||
.then((mod) => { return mod.text() })
|
.then((mod) => { return mod.text() })
|
||||||
|
|||||||
Reference in New Issue
Block a user