Skip to content
Snippets Groups Projects
Unverified Commit 56a719f0 authored by Acid Chicken (硫酸鶏)'s avatar Acid Chicken (硫酸鶏) Committed by GitHub
Browse files

fix: typo

parent 118dedb4
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ ...@@ -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">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment