@@ -44,6 +44,7 @@ const props = defineProps({
color: ${word.fc};
font-weight: ${word.bl ? 'bold' : 'normal'};
font-style: ${word.it ? 'italic' : 'normal'};
+ text-decoration:${word.un?'underline':word.cl?'line-through':'normal'};
`"
>{{word.v}}</span>
</div>