Skip to content

Commit

Permalink
示例代码调整
Browse files Browse the repository at this point in the history
  • Loading branch information
hooray committed May 13, 2024
1 parent eba36e3 commit c855988
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/views/component_built_in_example/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const toggle = ref(false)
</PageMain>
<PageMain title="Dropdown">
<HDropdown>
<div>
<div class="flex-center">
下拉面板
<SvgIcon name="i-ep:caret-bottom" />
</div>
Expand All @@ -69,7 +69,7 @@ const toggle = ref(false)
],
]"
>
<div>
<div class="flex-center">
下拉菜单
<SvgIcon name="i-ep:caret-bottom" />
</div>
Expand Down

0 comments on commit c855988

Please sign in to comment.