Reformat Sqrt.vue

This commit is contained in:
thepaperpilot 2022-06-28 09:53:07 -05:00
parent 7dd7744edf
commit 64d6aae1c0

View file

@ -1,5 +1,6 @@
<template>
<span style="white-space: nowrap;">
<span style="font-size: larger; font-family: initial">&radic;</span><span style="text-decoration: overline">&nbsp;<slot />&nbsp;</span>
<span style="white-space: nowrap">
<span style="font-size: larger; font-family: initial">&radic;</span
><span style="text-decoration: overline"><slot /></span>
</span>
</template>