parent
2496cece91
commit
45e8331e26
150 changed files with 610 additions and 609 deletions
|
|
@ -6,9 +6,8 @@
|
|||
import './style.styl';
|
||||
|
||||
require('./tags');
|
||||
const boot = require('../boot');
|
||||
const mixins = require('./mixins');
|
||||
const route = require('./router');
|
||||
import boot from '../boot';
|
||||
import route from './router';
|
||||
|
||||
/**
|
||||
* Boot
|
||||
|
|
@ -17,9 +16,6 @@ boot(me => {
|
|||
// http://qiita.com/junya/items/3ff380878f26ca447f85
|
||||
document.body.setAttribute('ontouchstart', '');
|
||||
|
||||
// Register mixins
|
||||
mixins(me);
|
||||
|
||||
// Start routing
|
||||
route(me);
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue