From e93e2251273ee2d298dfb0e27957dd4ea83526ed Mon Sep 17 00:00:00 2001 From: yangfeng <wanwan926_4@163.com> Date: 星期五, 01 十二月 2023 10:15:19 +0800 Subject: [PATCH] slot名称修改 --- src/components/cockpitPage/BackgroundBoardLayout.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/cockpitPage/BackgroundBoardLayout.vue b/src/components/cockpitPage/BackgroundBoardLayout.vue index bd0f3a4..2078447 100644 --- a/src/components/cockpitPage/BackgroundBoardLayout.vue +++ b/src/components/cockpitPage/BackgroundBoardLayout.vue @@ -19,10 +19,10 @@ </div> <div class="left-bottom-right-block"> <div class="right-bottom-top-block"> - <slot name="leftBlock2"></slot> + <slot name="leftBlock5"></slot> </div> <div class="right-bottom-bottom-block"> - <slot name="leftBlock3"></slot> + <slot name="leftBlock6"></slot> </div> </div> </div> -- Gitblit v1.8.0