mirror of
https://github.com/tiny-craft/tiny-rdm.git
synced 2025-10-15 11:40:38 +08:00
feat: add app launch log page
This commit is contained in:
@@ -38,8 +38,8 @@ const i18n = useI18n()
|
||||
const menuOptions = computed(() => {
|
||||
return [
|
||||
{
|
||||
label: i18n.t('structure'),
|
||||
key: 'structure',
|
||||
label: i18n.t('browser'),
|
||||
key: 'browser',
|
||||
icon: renderIcon(ToggleDb),
|
||||
show: connectionStore.anyConnectionOpened,
|
||||
},
|
||||
|
Reference in New Issue
Block a user