This commit is contained in:
cutestnekoaqua 2023-01-19 17:50:15 +01:00
parent 69f6955cf5
commit d961c3d61d
No known key found for this signature in database
GPG Key ID: 6BF0964A5069C1E0
1 changed files with 9 additions and 4 deletions

View File

@ -213,11 +213,16 @@ onUnmounted(() => {
if (connection) connection.dispose(); if (connection) connection.dispose();
}); });
/* // temporary hot fix of the temporary hot fix
let alreadyInit = $ref(false);
onActivated(() => { onActivated(() => {
if (!alreadyInit.value) alreadyInit.value = true;
else {
paginationComponentUser.reload(); paginationComponentUser.reload();
paginationComponentGroup.reload(); paginationComponentGroup.reload();
});*/ }
});
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>