Profectus/src/components/math/Sqrt.vue

7 lines
215 B
Vue
Raw Normal View History

2022-06-26 23:03:40 -05:00
<template>
2022-06-28 09:53:07 -05:00
<span style="white-space: nowrap">
<span style="font-size: larger; font-family: initial">&radic;</span
><span style="text-decoration: overline"><slot /></span>
2022-06-26 23:03:40 -05:00
</span>
</template>