Fixed error when passing in overlay text to bar

This commit is contained in:
thepaperpilot 2022-07-07 10:39:29 -05:00
parent 0229c0130f
commit 0def9ca5a6

View file

@ -21,12 +21,9 @@
unref(borderStyle) ?? {}
]"
>
<component
v-if="component"
class="overlayText"
:style="unref(textStyle)"
:is="component"
/>
<span v-if="component" class="overlayText" :style="unref(textStyle)">
<component :is="component" />
</span>
</div>
<div
class="border"