feat: add docker shell

This commit is contained in:
vben
2024-05-24 23:11:03 +08:00
parent d733987042
commit 38d58394e3
25 changed files with 394 additions and 120 deletions

View File

@@ -127,7 +127,7 @@ function wrapperMenus(menus: MenuRecordRaw[]) {
(value: boolean) => updatePreference('sideExpandOnHover', value)
"
>
<template #preference>
<template v-if="preference.showPreference" #preference>
<PreferenceWidget />
</template>