营销:适配商城装修组件【菜单导航】

This commit is contained in:
owen
2023-11-09 09:21:45 +08:00
parent a40aa1218d
commit e4af437545
2 changed files with 11 additions and 17 deletions
@@ -5,7 +5,7 @@
<!-- 基础组件公告栏 -->
<s-notice-block v-if="type === 'NoticeBar'" :data="data" />
<!-- 基础组件菜单导航 -->
<s-menu-button v-if="type === 'menuButton'" :data="data" :styles="styles" />
<s-menu-button v-if="type === 'MenuSwiper'" :data="data" :styles="styles" />
<!-- 基础组件列表导航 -->
<s-menu-list v-if="type === 'MenuList'" :data="data" />
<!-- 基础组件宫格导航 -->