fix: apply ESLint rule vue/no-unused-properties

This commit is contained in:
iamsivin
2024-07-29 17:23:56 +05:30
parent 6aa03b3ce1
commit 743cb99d30
97 changed files with 90 additions and 377 deletions
@@ -1,18 +1,3 @@
<script>
export default {
props: {
tabs: {
type: Array,
default: () => [],
},
},
data() {
return {};
},
methods: {},
};
</script>
<template>
<div class="search-input-box">
<woot-button
@@ -24,7 +9,7 @@ export default {
<div class="search-input">
<fluent-icon icon="search" size="14px" class="search--icon" />
<span
class="text-ellipsis overflow-hidden whitespace-nowrap search-placeholder"
class="overflow-hidden text-ellipsis whitespace-nowrap search-placeholder"
>
{{ $t('CONVERSATION.SEARCH_MESSAGES') }}
</span>