Update CheckboxDoc.vue

add selectedkey
pull/6391/head
김하늬 2024-09-12 10:29:50 +09:00 committed by GitHub
parent 859d3fd3f5
commit 9ee0790a88
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

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