Closes #12, #227 and #58
This commit is contained in:
syuilo 2017-03-18 20:05:11 +09:00
parent 2496cece91
commit 45e8331e26
150 changed files with 610 additions and 609 deletions

View file

@ -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');