mirror of
https://github.com/45Drives/cockpit-navigator.git
synced 2025-07-29 16:45:13 +02:00
set headerText to v-html
This commit is contained in:
parent
29bad44c52
commit
36312ee588
@ -33,7 +33,7 @@ If not, see <https://www.gnu.org/licenses/>.
|
||||
<div class="card flex flex-col items-stretch overflow-hidden">
|
||||
<div class="card-header">
|
||||
<slot name="header">
|
||||
<h3 class="text-header">{{ headerText }}</h3>
|
||||
<h3 class="text-header" v-html="headerText" />
|
||||
</slot>
|
||||
</div>
|
||||
<div class="card-body flex flex-row items-center gap-2">
|
||||
|
Loading…
x
Reference in New Issue
Block a user