diff --git a/devtools/app/app.vue b/devtools/app/app.vue index 941a414c12..c154c02ca4 100644 --- a/devtools/app/app.vue +++ b/devtools/app/app.vue @@ -64,7 +64,7 @@ function onComponentLoaded() { const tabs = computed(() => { if (!component.value) return return [ - { label: 'Props', slot: 'props', icon: 'i-heroicons-cog-6-tooth', disabled: !component.value.meta?.props?.length } + { label: 'Props', slot: 'props', icon: 'i-lucide-settings', disabled: !component.value.meta?.props?.length } ] }) @@ -93,7 +93,7 @@ const isDark = computed({
- +

{{ (error.data as any)?.error ?? 'Unexpected error' }}

@@ -111,7 +111,7 @@ const isDark = computed({ :items="components" placeholder="Search component..." class="top-0 translate-y-0 w-full mx-2" - icon="i-heroicons-magnifying-glass" + icon="i-lucide-search" />
@@ -127,7 +127,7 @@ const isDark = computed({
Open docs diff --git a/devtools/app/components/CollapseContainer.vue b/devtools/app/components/CollapseContainer.vue index 6b11033051..031c88b1b9 100644 --- a/devtools/app/components/CollapseContainer.vue +++ b/devtools/app/components/CollapseContainer.vue @@ -32,7 +32,7 @@ onMounted(() => { class="bg-[var(--ui-bg)] group w-full flex justify-center my-1 border-t border-[var(--ui-border)] rounded-t-none" variant="link" color="neutral" - trailing-icon="i-heroicons-chevron-down" + trailing-icon="i-lucide-chevron-down" :data-state="collapsed ? 'closed' : 'open'" :ui="{ trailingIcon: 'transition group-data-[state=open]:rotate-180' }" @click="collapsed = !collapsed" diff --git a/devtools/app/components/ComponentPreview.vue b/devtools/app/components/ComponentPreview.vue index fdc2ff4c63..f87419b6b1 100644 --- a/devtools/app/components/ComponentPreview.vue +++ b/devtools/app/components/ComponentPreview.vue @@ -118,7 +118,7 @@ const previewUrl = computed(() => { @load="onRendererReady" />
- + @@ -130,7 +130,7 @@ const previewUrl = computed(() => { diff --git a/devtools/app/components/inputs/ArrayInput.vue b/devtools/app/components/inputs/ArrayInput.vue index c79915735b..c9bb4b3b1b 100644 --- a/devtools/app/components/inputs/ArrayInput.vue +++ b/devtools/app/components/inputs/ArrayInput.vue @@ -47,12 +47,12 @@ function addArrayItem() { /> - +