put right

This commit is contained in:
sentsin
2016-10-15 18:01:03 +08:00
parent c04b6b24f0
commit 010de34a3a
3 changed files with 3 additions and 3 deletions

View File

@@ -107,7 +107,7 @@ layui.define(['layer', 'form'], function(exports){
layer.msg('Hello World');
exports(index, {});
exports('index', {});
});
```