This commit is contained in:
syuilo
2018-02-11 12:08:43 +09:00
parent 7664354187
commit 92826c406a
12 changed files with 113 additions and 74 deletions

View File

@@ -7,16 +7,14 @@ import './style.styl';
require('./tags');
import init from '../init';
import route from './router';
import MiOS from '../common/mios';
/**
* init
*/
init((mios: MiOS) => {
init((launch) => {
// http://qiita.com/junya/items/3ff380878f26ca447f85
document.body.setAttribute('ontouchstart', '');
// Start routing
route(mios);
//route(mios);
}, true);