营销:适配商城装修组件【列表导航】

This commit is contained in:
owen
2023-11-09 09:21:45 +08:00
parent 4af42e2949
commit b050edae8d
2 changed files with 7 additions and 7 deletions
@@ -7,7 +7,7 @@
<!-- 基础组件菜单导航 -->
<s-menu-button v-if="type === 'menuButton'" :data="data" :styles="styles" />
<!-- 基础组件列表导航 -->
<s-menu-list v-if="type === 'menuList'" :data="data" />
<s-menu-list v-if="type === 'MenuList'" :data="data" />
<!-- 基础组件宫格导航 -->
<s-menu-grid v-if="type === 'menuGrid'" :data="data" />