mirror of
https://github.com/lingble/chatwoot.git
synced 2025-11-01 11:37:58 +00:00
12 lines
223 B
Vue
12 lines
223 B
Vue
<template>
|
|
<div class="search">
|
|
<i class="icon ion-ios-search-strong" />
|
|
<input class="input" type="email" :placeholder="$t('CHAT_LIST.SEARCH.INPUT')">
|
|
</div>
|
|
</template>
|
|
<script>
|
|
export default {
|
|
|
|
};
|
|
</script>
|