forked from profectus/Profectus
Fixed error when passing in overlay text to bar
This commit is contained in:
parent
0229c0130f
commit
0def9ca5a6
1 changed files with 3 additions and 6 deletions
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue