parent
2496cece91
commit
45e8331e26
150 changed files with 610 additions and 609 deletions
|
|
@ -34,7 +34,7 @@ module.exports = me => {
|
|||
route();
|
||||
};
|
||||
|
||||
const riot = require('riot');
|
||||
import * as riot from 'riot';
|
||||
function mount(content) {
|
||||
if (page) page.unmount();
|
||||
const body = document.getElementById('app');
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
import './style.styl';
|
||||
|
||||
require('./tags');
|
||||
const boot = require('../boot');
|
||||
import boot from '../boot';
|
||||
const route = require('./router');
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue