Profectus/src/components/math/Sqrt.vue

9 lines
275 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>
<div style="display: inline-block; border-top: 1px solid; padding-left: 0.2em">
<slot />
</div>
2022-06-26 23:03:40 -05:00
</span>
</template>