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) ?? {} unref(borderStyle) ?? {}
]" ]"
> >
<component <span v-if="component" class="overlayText" :style="unref(textStyle)">
v-if="component" <component :is="component" />
class="overlayText" </span>
:style="unref(textStyle)"
:is="component"
/>
</div> </div>
<div <div
class="border" class="border"