Closed qarty1 closed 5 years ago
i have some words with different weight each word,, i want to trigger click event for each word. i make this action follow README.md use custom renderer slot.
but use this, it ignore default word style weighted.
need click event prop like
@wordClick
, or i think custom words slot should be not ignore default style(weighted word size, color ...)or i missed something?
i found my mistake.
i was wrap <div>
for slot words . remove this <div>
will solve problem.
i have some words with different weight each word,, i want to trigger click event for each word. i make this action follow README.md use custom renderer slot.
but use this, it ignore default word style weighted.
need click event prop like
@wordClick
, or i think custom words slot should be not ignore default style(weighted word size, color ...)or i missed something?