🎨 Minor UI updates

This commit is contained in:
liyasthomas
2019-10-06 07:46:48 +05:30
parent 11e6a8838c
commit 9317b5b983
5 changed files with 32 additions and 33 deletions

View File

@@ -82,8 +82,11 @@
<ul>
<li>
<label for="contentType">Content Type</label>
<autocomplete :source="validContentTypes" :spellcheck="false" v-model="contentType">Content Type
</autocomplete>
<autocomplete :source="validContentTypes" :spellcheck="false" v-model="contentType">Content Type</autocomplete>
</li>
</ul>
<ul>
<li>
<span>
<pw-toggle :on="rawInput" @change="rawInput = !rawInput">
Raw Input {{ rawInput ? "Enabled" : "Disabled" }}