We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef56489 commit 3c34602Copy full SHA for 3c34602
src/components/DiyEditor/components/mobile/FloatingActionButton/index.vue
@@ -44,7 +44,7 @@ defineOptions({ name: 'FloatingActionButton' })
44
defineProps<{ property: FloatingActionButtonProperty }>()
45
46
// 是否展开
47
-const expanded = ref(true)
+const expanded = ref(false)
48
// 处理展开/折叠
49
const handleToggleFab = () => {
50
expanded.value = !expanded.value
0 commit comments