Clicking node is mutating a prop directly
Created by: daming-lu
vue.esm.js?65d7:591 [Vue warn]: Avoid mutating a prop directly since the value will be overwritten whenever the parent component re-renders. Instead, use a data or computed property based on the prop's value. Prop being mutated: "curNode"
found in
---> <UiChart> at src/graph/ui/Chart.vue
<Graph> at src/graph/Graph.vue
<VApp>
<App> at src/App.vue
<Root>