fix: typo
This commit is contained in:
parent
118dedb441
commit
56a719f0d4
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
<XWindow :initial-width="640" :initial-height="402" :can-resize="true" :close-button="true">
|
<XWindow :initial-width="640" :initial-height="402" :can-resize="true" :close-button="true">
|
||||||
<template #header>
|
<template #header>
|
||||||
<i class="icon fa-brands fa-youtube" style="margin-right: 0.5em;"></i>
|
<i class="icon fa-brands fa-youtube" style="margin-right: 0.5em;"></i>
|
||||||
<span>{{ title ?? 'Youtube Player' }}</span>
|
<span>{{ title ?? 'YouTube Player' }}</span>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<div class="poamfof">
|
<div class="poamfof">
|
||||||
|
|
Loading…
Reference in a new issue