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