Add export default to diagram files

This commit is contained in:
Tyler Long
2017-09-10 22:03:10 +08:00
parent 2a0bc3b2e8
commit 4fc082b526
8 changed files with 55 additions and 0 deletions

View File

@@ -272,3 +272,8 @@ export const draw = function (txt, id, ver) {
logger.error(e.message)
}
}
export default {
setConf,
draw
}