【功能修复】商城:店铺装修时,“悬浮按钮”默认不选中

This commit is contained in:
YunaiV 2024-09-07 19:14:34 +08:00
parent ef56489d46
commit 3c34602483

View File

@ -44,7 +44,7 @@ defineOptions({ name: 'FloatingActionButton' })
defineProps<{ property: FloatingActionButtonProperty }>() defineProps<{ property: FloatingActionButtonProperty }>()
// //
const expanded = ref(true) const expanded = ref(false)
// / // /
const handleToggleFab = () => { const handleToggleFab = () => {
expanded.value = !expanded.value expanded.value = !expanded.value