Skip to content

Commit 3c34602

Browse files
committed
【功能修复】商城:店铺装修时,“悬浮按钮”默认不选中
1 parent ef56489 commit 3c34602

File tree

1 file changed

+1
-1
lines changed
  • src/components/DiyEditor/components/mobile/FloatingActionButton

1 file changed

+1
-1
lines changed

src/components/DiyEditor/components/mobile/FloatingActionButton/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ defineOptions({ name: 'FloatingActionButton' })
4444
defineProps<{ property: FloatingActionButtonProperty }>()
4545
4646
// 是否展开
47-
const expanded = ref(true)
47+
const expanded = ref(false)
4848
// 处理展开/折叠
4949
const handleToggleFab = () => {
5050
expanded.value = !expanded.value

0 commit comments

Comments
 (0)