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

@@ -401,3 +401,8 @@ export const draw = function (text, id) {
return getCounts(arr)[word] || 0
}
}
export default {
setConf,
draw
}