Merge pull request #37 from zymawy/patch-1

Duplicate Declaration On onClick Method
This commit is contained in:
ayou
2019-06-16 10:47:35 +08:00
committed by GitHub

View File

@@ -121,9 +121,6 @@ A vue component for tree structure. Support adding treenode/leafnode, editing no
vm.newTree = _dfs(vm.data) vm.newTree = _dfs(vm.data)
}, },
onClick(model) {
console.log(model)
}
} }
} }
</script> </script>