Skip to content

Commit

Permalink
fix: ui layout
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Apr 19, 2023
1 parent 5803de9 commit eeb1744
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/devtools/client/pages/modules/terminals.vue
Expand Up @@ -2,6 +2,7 @@
definePageMeta({
icon: 'carbon-terminal',
title: 'Terminals',
layout: 'full',
shouldShow() {
return useTerminals().value?.length
},
Expand Down
1 change: 1 addition & 0 deletions packages/devtools/client/pages/modules/virtual-files.vue
Expand Up @@ -4,6 +4,7 @@ import Fuse from 'fuse.js'
definePageMeta({
icon: 'i-carbon-border-none',
title: 'Virtual Files',
layout: 'full',
})
interface VfsData {
Expand Down

0 comments on commit eeb1744

Please sign in to comment.