Skip to content

Commit 1edb350

Browse files
committed
fix(prose-pre): style prop type
1 parent 2b8cee9 commit 1edb350

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/runtime/components/Prose/ProsePre.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ defineProps({
3131
default: null
3232
},
3333
style: {
34-
type: String,
34+
type: [String, Object],
3535
default: null
3636
}
3737
})

0 commit comments

Comments
 (0)