underline
example text decoration
<--add a text-decoration class to body tag-->
+ <body class="text-decoration" >
<div>
<span class="v-decoration-underline">
example text decoration
</span>
</div>
text-decoration-underline version
none
example text decoration
<--add a text-decoration class to body tag-->
+ <body class="text-decoration" >
<div>
<span class="v-decoration-none">
example text decoration
</span>
</div>
text-decoration-none version
line-through
example text decoration
<--add a text-decoration class to body tag-->
+ <body class="text-decoration" >
<div>
<span class="v-decoration-through">
example text decoration
</span>
</div>
text-decoration-through version