Skip to content

Commit

Permalink
fix: Export instances cannot select files
Browse files Browse the repository at this point in the history
  • Loading branch information
ci010 committed Oct 14, 2023
1 parent 78cae06 commit 92cde13
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions xmcl-keystone-ui/src/components/InstanceManifestFileTree.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
style="width: 100%"
:search="search"
:items="files"
item-key="path"
:open="opened"
:selectable="selectable"
open-on-click
Expand Down Expand Up @@ -125,6 +126,7 @@ function getDescription(item: InstanceFileNode<any>) {
}
watch(files, () => {
opened.value = []
console.log(files.value)
})
</script>

Expand Down

0 comments on commit 92cde13

Please sign in to comment.