mirror of
https://github.com/lingble/chatwoot.git
synced 2025-11-01 19:48:08 +00:00
11 lines
230 B
Vue
11 lines
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> |