Merge pull request #6391 from kimhanui/master

Fix #6390: Updated `Tree` example code of document
pull/6465/head
Tuğçe Küçükoğlu 2024-09-24 10:03:53 +03:00 committed by GitHub
commit 97a294bfb5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 2 deletions

View File

@ -38,7 +38,8 @@ import { NodeService } from '@/service/NodeService';
export default {
data() {
return {
nodes: null
nodes: null,
selectedKey: null,
};
},
mounted() {

View File

@ -33,7 +33,8 @@ import { NodeService } from '@/service/NodeService';
export default {
data() {
return {
nodes: null
nodes: null,
selectedKey: null,
};
},
mounted() {