Replies: 1 comment 3 replies
-
Because of vuejs/core#10295, relative position for nested click elements is not supported. You can use the <v-clicks>
- Item 1 - <span v-mark="2">I want this to underline</span>
</v-clicks> |
Beta Was this translation helpful? Give feedback.
3 replies
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.
-
If I have something like the following:
I would expect this to work, except it doesn't. The mark is rendered immediately.
Beta Was this translation helpful? Give feedback.
All reactions