How to create own BBCode and pass unique attributes on Vue Component #109
Answered
by
JiLiZART
narendra087
asked this question in
Q&A
-
Hi,
|
Beta Was this translation helpful? Give feedback.
Answered by
JiLiZART
Jun 27, 2021
Replies: 1 comment
-
All params from bbcodes passed as DOM attrs (soon I update this behavior to pass as props too) I created sandbox with example https://codesandbox.io/s/cocky-banzai-q8zs7?file=/src/App.vue |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
narendra087
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
All params from bbcodes passed as DOM attrs (soon I update this behavior to pass as props too)
I created sandbox with example https://codesandbox.io/s/cocky-banzai-q8zs7?file=/src/App.vue