fix: add semi

This commit is contained in:
youxingzhi
2019-01-03 09:55:27 +08:00
parent 867ef2a7fa
commit 3fec41a890

View File

@@ -112,7 +112,7 @@
}, },
onDeleteNode: { onDeleteNode: {
type: Function, type: Function,
default: (confirm) => {confirm() default: confirm => { confirm() }
}, },
defaultExpanded: { defaultExpanded: {
type: Boolean, type: Boolean,