Chatwoot/app/javascript/dashboard/components/widgets/SearchBox.vue
2019-10-16 14:36:17 +05:30

11 lines
No EOL
230 B
Vue

<template>
<div class="search">
<i class="icon ion-ios-search-strong"></i>
<input class="input" type="email" v-bind:placeholder="$t('CHAT_LIST.SEARCH.INPUT')">
</div>
</template>
<script>
export default {
};
</script>