Compare commits
1 Commits
a308e860c7
...
0fb9981acf
| Author | SHA1 | Date | |
|---|---|---|---|
| 0fb9981acf |
@@ -74,12 +74,6 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
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