tambah relation user-role
This commit is contained in:
@@ -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);
|
||||
}
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user