diff --git a/packages/devtools/src/webcomponents/components/NuxtDevtoolsInspectPanel.vue b/packages/devtools/src/webcomponents/components/NuxtDevtoolsInspectPanel.vue index 8f8055c2ee..d6c11888d5 100644 --- a/packages/devtools/src/webcomponents/components/NuxtDevtoolsInspectPanel.vue +++ b/packages/devtools/src/webcomponents/components/NuxtDevtoolsInspectPanel.vue @@ -3,6 +3,9 @@ import type { NuxtDevToolsInspectorProps } from './Props' import { onClickOutside, useDraggable } from '@vueuse/core' import { computed, nextTick, ref, useTemplateRef, watch } from 'vue' +defineOptions({ + inheritAttrs: false, +}) const { props } = defineProps<{ props: NuxtDevToolsInspectorProps }>() const emit = defineEmits<{ (e: 'close'): void @@ -227,6 +230,7 @@ async function copyAgentInfo() { isDragging ? 'transition-none' : 'transition-opacity', props.matched ? 'op100' : 'op0 pointer-events-none', ]" + v-bind="$attrs" >