Prose components with tsx #2634
-
Hi! Is it possible to replace default Prose component, for example ProseH1.vue, with TSX component? |
Beta Was this translation helpful? Give feedback.
Answered by
dkhoperiya
May 14, 2024
Replies: 1 comment
-
I found the answer to the question. You need to use |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
dkhoperiya
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I found the answer to the question. You need to use
export default defineComponent
and locate it into components/conctent/ProseH1/ index.tsx.