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) ?? {}
|
||||
]"
|
||||
>
|
||||
<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"
|
||||
|
|
Loading…
Reference in a new issue