<div class="rounded-lg lg:col-span-2" x-data="{
activeTab: @entangle('activeTab'),
updateUrl() {
const url = new URL(window.location.href);
url.searchParams.set('tab', this.activeTab);
history.pushState(null, '', url);
}
}"
x-init="$watch('activeTab', () => updateUrl());">
<div class="rounded-lg lg:col-span-2" x-data="{
activeTab: @entangle('activeTab'),
updateUrl() {
const url = new URL(window.location.href);
url.searchParams.set('tab', this.activeTab);
history.pushState(null, '', url);
}
}"
x-init="$watch('activeTab', () => updateUrl());">