mirror of
https://github.com/TeamPiped/Piped.git
synced 2026-09-15 17:23:45 +00:00
Favour v-text over mustache syntax
This commit is contained in:
committed by
FireMasterK
parent
c4ea68f9d8
commit
d750eabc37
@@ -5,7 +5,7 @@
|
||||
<input ref="fileSelector" type="file" @change="fileChange" />
|
||||
</div>
|
||||
<div class="uk-form-row">
|
||||
<strong>Selected Subscriptions: {{ selectedSubscriptions }}</strong>
|
||||
<strong v-text="`Selected Subscriptions: ${selectedSubscriptions}`" />
|
||||
</div>
|
||||
<div class="uk-form-row">
|
||||
<strong>Override: <input v-model="override" class="uk-checkbox" type="checkbox" /></strong>
|
||||
|
||||
Reference in New Issue
Block a user