nuxt / ui

A UI Library for Modern Web Apps, powered by Vue & Tailwind CSS.

Home Page:https://ui.nuxt.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[UVerticalNavigation] Type issue: 'exactHash' does not exist in type 'VerticalNavigationLink'

junogueira opened this issue · comments

Environment

  • Operating System: Darwin
  • Node Version: v20.12.2
  • Nuxt Version: 3.11.2
  • CLI Version: 3.11.1
  • Nitro Version: 2.9.6
  • Package Manager: pnpm@9.0.6
  • Builder: -
  • User Config: colorMode, devtools, modules, runtimeConfig, ui
  • Runtime Modules: @nuxt/eslint@0.3.10, @nuxt/fonts@0.6.1, @nuxt/ui@2.15.2, @vueuse/nuxt@10.9.0, nuxt-typed-router@3.6.3
  • Build Modules: -

Version

v2.15.2

Reproduction

Description should be enough.

Description

Apparently exactHash is missing on the Link interface.
https://github.com/nuxt/ui/blob/dev/src/runtime/types/link.d.ts

Additional context

No response

Logs

No response

Thanks for reporting this! Didn't notice that before 😊

Thank you (and all others) for the awesome job with Nuxt UI @benjamincanac!