[Client:Mobile] Update desogn
This commit is contained in:
parent
941e9924c6
commit
c9b4a9e5e9
|
@ -11,6 +11,9 @@ const route = require('./router.ls');
|
||||||
* Boot
|
* Boot
|
||||||
*/
|
*/
|
||||||
boot(me => {
|
boot(me => {
|
||||||
|
// http://qiita.com/junya/items/3ff380878f26ca447f85
|
||||||
|
document.body.setAttribute('ontouchstart', '');
|
||||||
|
|
||||||
// Register mixins
|
// Register mixins
|
||||||
mixins(me);
|
mixins(me);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue