You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rough Notation integrates comes with the `v-mark` directive.
20
+
Rough Notation integration comes with the `v-mark` directive.
21
21
22
22
#### Type
23
23
24
-
`v-mark.underline` for the underline mark, `v-mark.circle` for the circle mark, etc. Default to `underline`
24
+
Use `v-mark.underline` for the underline mark, `v-mark.circle` for the circle mark, etc. (defaults to `underline`).
25
25
26
26
#### Color
27
27
28
-
`v-mark.red` makes the notation `red`. Supported built-in color themes from UnoCSS. For custom colors, use object syntax `v-mark="{ color: '#234' }"`
28
+
`v-mark.red` makes the notation `red`. Supported built-in color themes from UnoCSS. For custom colors, use object syntax `v-mark="{ color: '#234' }"`.
29
29
30
30
#### Clicks
31
31
32
32
`v-mark` works like `v-click` and will trigger after a click. Same as `v-click`, it allows you to pass a custom click value, like `v-mark="5"` or `v-mark="'+1'"`.
33
33
34
34
#### Options
35
35
36
-
Optionally you can pass an object to `v-mark` to specify the options, for example:
36
+
Optionally, you can pass an object to `v-mark` to specify the options, for example:
0 commit comments