Skip to content

Commit b7ed1d3

Browse files
authored
chore: remove code comment (#33515)
1 parent 934dc00 commit b7ed1d3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/nuxt/src/app/components/nuxt-link.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -525,7 +525,6 @@ export function defineNuxtLink (options: NuxtLinkOptions) {
525525
}, slots.default?.())
526526
}
527527
},
528-
// }) as unknown as DefineComponent<NuxtLinkProps, object, object, ComputedOptions, MethodOptions, object, object, EmitsOptions, string, object, NuxtLinkProps, object, SlotsType<NuxtLinkSlots>>
529528
}) as unknown as (new<CustomProp extends boolean = false>(props: NuxtLinkProps<CustomProp> & VNodeProps & AllowedComponentProps & Omit<AnchorHTMLAttributes, keyof NuxtLinkProps<CustomProp>>) => InstanceType<DefineSetupFnComponent<
530529
NuxtLinkProps<CustomProp> & VNodeProps & AllowedComponentProps & Omit<AnchorHTMLAttributes, keyof NuxtLinkProps<CustomProp>>,
531530
[],

0 commit comments

Comments
 (0)