Step of the VSwitch component is not synchronized with step of the code highlighting feature #2239
Unanswered
CSBigCaptain
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Here is example: https://stackblitz.com/edit/github-behcwrjt?file=slides.md
···html {all|1|2,12|4|5|6|7|9-11|all}{lines:true} <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link rel="stylesheet" href="./css/index.css"> <title>Document</title> </head> <body> test </body> </html> ··· <v-switch> <template #1> Show in step 1 but show in step 9 (after all highlight of code block end) </template> <template #2> 2,3,4 </template> <template #5-7> 5,6 </template> </v-switch>Beta Was this translation helpful? Give feedback.
All reactions