mirror of
https://github.com/WeBankFinTech/fes.js.git
synced 2025-04-06 03:59:53 +08:00
fix: 修复layout的bug
This commit is contained in:
parent
19dc92af19
commit
ec768be28f
@ -43,7 +43,7 @@
|
||||
</f-layout>
|
||||
</f-layout>
|
||||
</template>
|
||||
<template v-if="currentNavigation === 'left-right'">
|
||||
<template v-else-if="currentNavigation === 'left-right'">
|
||||
<f-aside
|
||||
v-model:collapsed="collapsedRef"
|
||||
:fixed="isFixedSidebar"
|
||||
|
@ -21,9 +21,14 @@ const Layout = defineComponent({
|
||||
const filledMenuRef = computed(() => fillMenu(menusRef.value, getRoutes()));
|
||||
|
||||
const localeShared = plugin.getShared('locale');
|
||||
|
||||
const renderCustom = config.renderCustom;
|
||||
|
||||
delete config.renderCustom;
|
||||
|
||||
return () => {
|
||||
const slots = {
|
||||
renderCustom: config.renderCustom,
|
||||
renderCustom,
|
||||
locale: () => {
|
||||
if (localeShared) {
|
||||
return <localeShared.SelectLang></localeShared.SelectLang>;
|
||||
|
Loading…
x
Reference in New Issue
Block a user