mirror of
https://iceshrimp.dev/crimekillz/trashposs
synced 2024-11-23 01:13:48 +01:00
Revert "mew?"
This reverts commit d961c3d61dce9a27c1c205a8c376609ee43701f5.
This commit is contained in:
parent
ef384c4c7b
commit
48c6a3ce6b
@ -213,16 +213,11 @@ 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;
|
paginationComponentUser.reload();
|
||||||
else {
|
paginationComponentGroup.reload();
|
||||||
paginationComponentUser.reload();
|
});*/
|
||||||
paginationComponentGroup.reload();
|
|
||||||
}
|
|
||||||
});
|
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
|
Loading…
Reference in New Issue
Block a user