forked from FoundKeyGang/FoundKey
[Client:Mobile] Update desogn
This commit is contained in:
parent
941e9924c6
commit
c9b4a9e5e9
1 changed files with 3 additions and 0 deletions
|
@ -11,6 +11,9 @@ const route = require('./router.ls');
|
|||
* Boot
|
||||
*/
|
||||
boot(me => {
|
||||
// http://qiita.com/junya/items/3ff380878f26ca447f85
|
||||
document.body.setAttribute('ontouchstart', '');
|
||||
|
||||
// Register mixins
|
||||
mixins(me);
|
||||
|
||||
|
|
Loading…
Reference in a new issue