Panel pages modified by users

Ok, I think I will combine the solution from this topic Simple changelog hook for Kirby with this one Kirby 3 Panel - last edited pages

One last question : how to make a link on a specific tab from this custom historic panel ? I would like to click on the link to show directly the tab of the page containing the changelog (called #historique) ?

I’ve set this but the link don’t show directly the tab of the page

<a v-for="page in latestPages" :href="page.link#historique"><span aria-hidden="true" data-back="pattern" class="k-icon k-icon-circle-filled"><svg viewBox="0 0 16 16" style="color: rgb(197, 201, 198);"><use xlink:href="#icon-circle-filled"></use></svg></span><span>{{ page.title }}</span><div>{{ page.user }}</div><div>{{ page.last }}</div></a>