File tree Expand file tree Collapse file tree 3 files changed +10
-12
lines changed Expand file tree Collapse file tree 3 files changed +10
-12
lines changed Original file line number Diff line number Diff line change 14
14
({{dismissCountDown}}) {{ message }}
15
15
</CAlert >
16
16
17
- <CInput label =" Title" type =" text" id = " title " placeholder =" Title" v-model =" note.title" ></CInput >
17
+ <CInput label =" Title" type =" text" placeholder =" Title" v-model =" note.title" ></CInput >
18
18
19
- <CInput textarea =" true" label =" Content" id = " content " :rows =" 9" placeholder =" Content.." v-model =" note.content" ></CInput >
19
+ <CInput textarea =" true" label =" Content" :rows =" 9" placeholder =" Content.." v-model =" note.content" ></CInput >
20
20
21
- <CInput label =" Applies to date" type =" date" id = " applies_to_date " v-model =" note.applies_to_date" ></CInput >
21
+ <CInput label =" Applies to date" type =" date" v-model =" note.applies_to_date" ></CInput >
22
22
23
- <CSelect id = " status_id "
23
+ <CSelect
24
24
label =" Status"
25
25
:value.sync =" note.status_id"
26
26
:plain =" true"
27
27
:options =" statuses"
28
28
>
29
29
</CSelect >
30
- <CInput label =" Note type" type =" text" id = " note_type " v-model =" note.note_type" ></CInput >
30
+ <CInput label =" Note type" type =" text" v-model =" note.note_type" ></CInput >
31
31
32
32
<CButton color =" primary" @click =" store()" >Create</CButton >
33
33
<CButton color =" primary" @click =" goBack" >Back</CButton >
Original file line number Diff line number Diff line change 13
13
>
14
14
({{dismissCountDown}}) {{ message }}
15
15
</CAlert >
16
- <CInput label =" Title" type =" text" id = " title " placeholder =" Title" v-model =" note.title" />
16
+ <CInput label =" Title" type =" text" placeholder =" Title" v-model =" note.title" />
17
17
<CInput
18
18
label =" Content"
19
19
placeholder =" Content.."
22
22
rows =" 9"
23
23
v-model =" note.content"
24
24
/>
25
- <CInput label =" Applies to date" type =" date" id = " applies_to_date " v-model =" note.applies_to_date" />
25
+ <CInput label =" Applies to date" type =" date" v-model =" note.applies_to_date" />
26
26
<CSelect
27
- id =" status_id"
28
27
:value.sync =" note.status_id"
29
28
:options =" statuses"
30
29
label =" Status"
31
30
/>
32
- <CInput label =" Note type" type =" text" id =" note_type" v-model =" note.note_type" ></CInput >
33
-
31
+ <CInput label =" Note type" type =" text" v-model =" note.note_type" />
34
32
<CButton color =" primary" @click =" update()" >Edit</CButton >
35
33
<CButton color =" primary" @click =" goBack" >Back</CButton >
36
34
</CCardBody >
Original file line number Diff line number Diff line change 16
16
</CAlert >
17
17
<b-form-group >
18
18
<label for =" name" >Name</label >
19
- <CInput type =" text" id = " company " placeholder =" Name" v-model =" name" ></CInput >
19
+ <CInput type =" text" placeholder =" Name" v-model =" name" ></CInput >
20
20
</b-form-group >
21
21
<b-form-group >
22
22
<label for =" email" >Email</label >
23
- <CInput type =" text" id = " email " placeholder =" Email" v-model =" email" ></CInput >
23
+ <CInput type =" text" placeholder =" Email" v-model =" email" ></CInput >
24
24
</b-form-group >
25
25
26
26
<CButton color =" primary" @click =" update()" >Edit</CButton >
You can’t perform that action at this time.
0 commit comments