This commit is contained in:
syuilo 2017-02-18 16:57:16 +09:00
parent 90959a8347
commit f7444c6c0b
4 changed files with 13 additions and 11 deletions

View file

@ -43,6 +43,6 @@ module.exports = me => {
});
riot.mixin('ui-progress', {
Progress: require('./scripts/loading.ls')
Progress: require('./scripts/loading')
});
};