refactor: make use of v-bind directive shorthand
vue.js best practices
This commit is contained in:
parent
7b0a1c4266
commit
5762cea9bd
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@
|
|||
type="text"
|
||||
id="selectLabel"
|
||||
v-model="requestData.name"
|
||||
v-bind:placeholder="defaultRequestName"
|
||||
:placeholder="defaultRequestName"
|
||||
@keyup.enter="saveRequestAs"
|
||||
/>
|
||||
<label for="selectCollection">Collection</label>
|
||||
|
|
|
|||
Loading…
Reference in a new issue