diff --git a/src/VueTreeList.vue b/src/VueTreeList.vue index e1150ca..ec70534 100644 --- a/src/VueTreeList.vue +++ b/src/VueTreeList.vue @@ -112,7 +112,7 @@ }, onDeleteNode: { type: Function, - default: (confirm) => {confirm() + default: confirm => { confirm() } }, defaultExpanded: { type: Boolean,