Profectus/src/components/math/Sqrt.vue

5 lines
219 B
Vue

<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>
</template>