We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
style
1 parent 2b8cee9 commit 1edb350Copy full SHA for 1edb350
src/runtime/components/Prose/ProsePre.vue
@@ -31,7 +31,7 @@ defineProps({
31
default: null
32
},
33
style: {
34
- type: String,
+ type: [String, Object],
35
36
}
37
})
0 commit comments