Skip to content

Commit

Permalink
fix(prose-pre): style prop type
Browse files Browse the repository at this point in the history
  • Loading branch information
farnabaz committed Sep 28, 2023
1 parent 2b8cee9 commit 1edb350
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runtime/components/Prose/ProsePre.vue
Expand Up @@ -31,7 +31,7 @@ defineProps({
default: null
},
style: {
type: String,
type: [String, Object],
default: null
}
})
Expand Down

0 comments on commit 1edb350

Please sign in to comment.