Skip to content

Commit

Permalink
fix(menu): 去除无效输出
Browse files Browse the repository at this point in the history
  • Loading branch information
yang1206 committed Dec 13, 2023
1 parent 48c85f5 commit 3f36ff8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/nutui/components/menu/menu.vue
Expand Up @@ -80,9 +80,6 @@ export default defineComponent({
function updateOffset(children: any) {
setTimeout(() => {
useRect(barId, instance).then((rect) => {
uni.showToast({
title: `${rect.bottom!}`,
})
if (props.direction === 'down')
offset.value = rect.bottom!
Expand Down

0 comments on commit 3f36ff8

Please sign in to comment.