Update SingleDoc.vue

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

View File

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