Skip to content

Commit

Permalink
feat(style-panel): fix some reviews
Browse files Browse the repository at this point in the history
  • Loading branch information
betterdancing committed Nov 8, 2024
1 parent 1f4004d commit 12127ac
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ import {
const props = defineProps({
style: {
type: Object,
default: () => {}
default: () => ({})
},
effect: {
type: String,
Expand Down

0 comments on commit 12127ac

Please sign in to comment.