Chatwoot/app/javascript/dashboard/components/widgets/SearchBox.vue

11 lines
230 B
Vue
Raw Normal View History

<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>