mirror of
https://github.com/velour/catbase.git
synced 2025-04-04 04:01:42 +00:00
meme: add placeholder text in web form
This commit is contained in:
parent
2b9b8b184f
commit
93c8ff0e29
@ -39,10 +39,10 @@ var memeIndex = `
|
|||||||
<b-container>
|
<b-container>
|
||||||
<b-row>
|
<b-row>
|
||||||
<b-col cols="5">
|
<b-col cols="5">
|
||||||
<b-input v-model="name"></b-input>
|
<b-input placeholder="Name..." v-model="name"></b-input>
|
||||||
</b-col>
|
</b-col>
|
||||||
<b-col cols="5">
|
<b-col cols="5">
|
||||||
<b-input v-model="url"></b-input>
|
<b-input placeholder="URL..." v-model="url"></b-input>
|
||||||
</b-col>
|
</b-col>
|
||||||
<b-col cols="2">
|
<b-col cols="2">
|
||||||
<b-button type="submit">Add Meme</b-button>
|
<b-button type="submit">Add Meme</b-button>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user