Favour v-text over mustache syntax

This commit is contained in:
Tomasz Rymkiewicz
2021-12-27 17:29:25 +01:00
committed by FireMasterK
parent c4ea68f9d8
commit d750eabc37
18 changed files with 136 additions and 144 deletions

View File

@@ -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>