diff --git a/resources/components/trip.html b/resources/components/trip.html index 1a6c72d..ab1cd91 100644 --- a/resources/components/trip.html +++ b/resources/components/trip.html @@ -1,5 +1,5 @@
-
    +
    1. diff --git a/resources/ts/app.ts b/resources/ts/app.ts index d845656..1538913 100644 --- a/resources/ts/app.ts +++ b/resources/ts/app.ts @@ -21,6 +21,8 @@ Vue.use(Vuex); Vue.use(PortalVue); Vue.use(VueDragscroll); +Vue.prototype.$isTouch = 'ontouchstart' in window || navigator.msMaxTouchPoints > 0; + // async dependencies (async function () { const [ components, { default: store } ] = await Promise.all([