mirror of
https://github.com/GuerillaStudio/souvenir.git
synced 2024-11-09 16:11:52 +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) }}
|
{{ timeLabel(time) }}
|
||||||
</option>
|
</option>
|
||||||
</select>
|
</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>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue