This commit is contained in:
syuilo
2017-02-18 13:24:39 +09:00
parent 2db313986a
commit fde6ed6073
3 changed files with 8 additions and 7 deletions

View File

@ -0,0 +1,7 @@
const riot = require('riot');
const ui = riot.observable();
riot.mixin('ui', {
ui: ui
});