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
@@ -7,7 +7,7 @@
<h4 class="pt-3">Houston, we have a problem!</h4>
<p class="text-muted">The page you are looking for is temporarily unavailable.</p>
</div>
<CFormInput
<CInput
class="mb-0"
prependHtml="<i class='cui-magnifying-glass'></i>"
placeholder="What are you looking for?"
@@ -15,7 +15,7 @@
<template #append>
<CButton color="info">Search</CButton>
</template>
</CFormInput>
</CInput>
</CCol>
</CRow>
</CContainer>