meme: add placeholder text in web form

This commit is contained in:
Chris Sexton 2020-05-04 13:38:28 -04:00 committed by Chris Sexton
parent d7b0bed0db
commit b0aa04ce78
1 changed files with 2 additions and 2 deletions

View File

@ -39,10 +39,10 @@ var memeIndex = `
<b-container>
<b-row>
<b-col cols="5">
<b-input v-model="name"></b-input>
<b-input placeholder="Name..." v-model="name"></b-input>
</b-col>
<b-col cols="5">
<b-input v-model="url"></b-input>
<b-input placeholder="URL..." v-model="url"></b-input>
</b-col>
<b-col cols="2">
<b-button type="submit">Add Meme</b-button>