Duplicate Declaration On onClick Method

There Were Two Methods With The Same Name
This commit is contained in:
Hamza Ironside
2019-06-15 05:56:21 +03:00
committed by GitHub
parent e38102ed71
commit 51167862c9

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>