nuxt / ui

A UI Library for Modern Web Apps, powered by Vue & Tailwind CSS.
https://ui.nuxt.com
MIT License
4.11k stars 543 forks source link

feat(Link): allow partial query match for `activeClass` #2663

Closed sandros94 closed 5 days ago

sandros94 commented 6 days ago

๐Ÿ”— Linked issue

Resolves #1905

โ“ Type of change

๐Ÿ“š Description

This allows to apply activeClasses to Links that have partially matching queries with the current $route.query.

๐Ÿ“ Checklist

sandros94 commented 6 days ago

PR for v3 at #2664

benjamincanac commented 5 days ago

Thanks @sandros94! ๐Ÿ˜Š