ah a lil fix before anybody pulls
This commit is contained in:
parent
976f06f4e3
commit
69f6955cf5
|
@ -213,10 +213,11 @@ onUnmounted(() => {
|
||||||
if (connection) connection.dispose();
|
if (connection) connection.dispose();
|
||||||
});
|
});
|
||||||
|
|
||||||
|
/*
|
||||||
onActivated(() => {
|
onActivated(() => {
|
||||||
paginationComponentUser.reload();
|
paginationComponentUser.reload();
|
||||||
paginationComponentGroup.reload();
|
paginationComponentGroup.reload();
|
||||||
});
|
});*/
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
|
|
Loading…
Reference in New Issue