tambah relation user-role

This commit is contained in:
Saufi
2026-05-11 14:13:25 +08:00
parent dc48e38ba6
commit e404aee576
12 changed files with 256 additions and 11 deletions

View File

@@ -21,9 +21,10 @@
this.loading = false;
}
}"
@click.prevent="
@click="
const link = $event.target.closest('a[href]');
if (link && $refs.tableContainer.contains(link)) {
if (link && link.closest('nav[role=navigation]') && $refs.tableContainer.contains(link)) {
$event.preventDefault();
paginate(link.href);
}
"