livewire / flux

The official Livewire UI component library
https://fluxui.dev
489 stars 42 forks source link

[Tabs] href trailing slash is added automatic #93

Closed ArvidDeJong closed 2 months ago

ArvidDeJong commented 2 months ago

When i put an url to href the codes add an trailing slash Maybe my procedure is wrong for Flux

<flux:tab href="https://laravel11/cms/page/read/1?locale=nl">READ</flux:tab>

OUTPUT (with an slash)

https://laravel11/cms/page/read/1?locale=nl/

joshhanley commented 2 months ago

@darviscommerce thanks for reporting! I have submitted a PR #103 with a fix. Going to close this one as it is a duplicate of #67.