This commit is contained in:
Liyas Thomas
2019-12-17 06:45:24 +05:30
parent 7451a0bcc4
commit ae237f1ad3
2 changed files with 3 additions and 3 deletions

View File

@@ -53,7 +53,7 @@
<ul v-for="(header, index) in headers" :key="index">
<li>
<autocomplete
:placeholder="'index ' + (index + 1)"
:placeholder="'header ' + (index + 1)"
:source="commonHeaders"
:spellcheck="false"
:value="header.key"