Skip to content

Commit

Permalink
🔨Fix bug.
Browse files Browse the repository at this point in the history
  • Loading branch information
Geek-James committed May 24, 2020
1 parent 72c727a commit 81c87e8
Showing 1 changed file with 14 additions and 5 deletions.
19 changes: 14 additions & 5 deletions src/App.vue
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
<!--
* @Github: https://github.com/Geek-James
* @Author: 极客James
* @Motto: 求知若渴,虚心若愚
* @Github: https://github.com/Geek-James/ddBuy
* @掘金: https://juejin.im/user/5c4ebc72e51d4511dc7306ce
* @Date: 2020-05-07 10:13:15
* @LastEditors: your name
* @LastEditTime: 2020-05-07 11:05:21
-->
* @LastEditTime: 2020-05-24 22:07:56
* @Description: 入口
* @FilePath: /ddBuy-dev/src/App.vue
-->

<template>
<div id="app">
<router-view></router-view>
Expand All @@ -30,4 +33,10 @@ window.onload = function () {
width: 100%;
height: 100%;
}
/** 解决 [Intervention] Unable to preventDefault
inside passive event listener due to target being treated as
**/
* {
touch-action: pan-y;
}
</style>

0 comments on commit 81c87e8

Please sign in to comment.