refactor: update form components names

This commit is contained in:
woothu
2019-10-17 09:43:40 +02:00
parent 767a39d904
commit 0892b8cc2a
7 changed files with 104 additions and 104 deletions
+2 -2
View File
@@ -8,7 +8,7 @@
<h4 class="pt-3">Oops! You're lost.</h4>
<p class="text-muted">The page you are looking for was not found.</p>
</div>
<CFormInput
<CInput
class="mb-0"
prependHtml="<i class='cui-magnifying-glass'></i>"
placeholder="What are you looking for?"
@@ -16,7 +16,7 @@
<template #append>
<CButton color="info">Search</CButton>
</template>
</CFormInput>
</CInput>
</div>
</CCol>
</CRow>