chore : change to Lucide icon, lint issues

This commit is contained in:
Arun Mathai SK
2024-05-02 15:07:08 +00:00
parent 0c9fdc6534
commit 4edaad53a1
2 changed files with 30 additions and 34 deletions

View File

@@ -14,7 +14,7 @@
size="md" size="md"
> >
<template #prefix> <template #prefix>
<FeatherIcon class="w-4" name="search" /> <Search class="w-4" name="search" />
</template> </template>
</FormControl> </FormControl>
</div> </div>
@@ -52,14 +52,10 @@
</div> </div>
</template> </template>
<script setup> <script setup>
import { import { Breadcrumbs, FormControl, createResource } from 'frappe-ui'
Breadcrumbs,
FormControl,
FeatherIcon,
createResource,
} from 'frappe-ui'
import { ref, computed } from 'vue' import { ref, computed } from 'vue'
import UserAvatar from '@/components/UserAvatar.vue' import UserAvatar from '@/components/UserAvatar.vue'
import { Search } from 'lucide-vue-next'
const searchQuery = ref('') const searchQuery = ref('')