How to add a condition to show <CodeGroup>? #739
-
RT Let's hope it meets condition to show <CodeGroup> |
Beta Was this translation helpful? Give feedback.
Answered by
Mister-Hope
Mar 5, 2022
Replies: 1 comment 1 reply
-
You are free to use Vue syntax. <CodeGroup v-if="your expect condition">
...
</CodeGroup> |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Mister-Hope
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You are free to use Vue syntax.