Profectus/src/components/math/Sqrt.vue

6 lines
219 B
Vue
Raw Normal View History

2022-06-26 23:03:40 -05:00
<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>