mirror of
https://gitee.com/hhyykk/ipms-sjy-ui.git
synced 2025-02-01 19:24:58 +08:00
【功能修复】商城:店铺装修时,“悬浮按钮”默认不选中
This commit is contained in:
parent
ef56489d46
commit
3c34602483
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user