mirror of
https://github.com/GuerillaStudio/souvenir.git
synced 2025-01-20 15:50:20 +00:00
fix(capture option): Remove self-closing tag
This commit is contained in:
parent
3d690ab416
commit
8e5f0b5907
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
{{ timeLabel(time) }}
|
||||
</option>
|
||||
</select>
|
||||
<button class="options__btn" :disabled="encoding.status" @click="back"><icon-switch/>switch</button>
|
||||
<button class="options__btn" :disabled="encoding.status" @click="back"><icon-switch></icon-switch>switch</button>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
|
Loading…
Reference in a new issue