Version 1.0.0 - Frontend
This commit is contained in:
@@ -7,12 +7,17 @@ import { useGlobalStore } from '@/stores/globalStore';
|
||||
import { useUserStore } from '@/stores/userStore';
|
||||
import Button from '@/components/UI/Button.vue';
|
||||
import ReturnHomeButton from '@/components/Widget/ReturnHomeButton.vue';
|
||||
import { ref } from 'vue';
|
||||
import { ref, onMounted } from 'vue';
|
||||
import ServerListItem from '@/components/Widget/Server/ServerListItem.vue';
|
||||
import Info from '@/components/UI/Info.vue';
|
||||
import Account from '@/components/Layout/Account.vue';
|
||||
|
||||
const globalStore = useGlobalStore();
|
||||
|
||||
onMounted(() => {
|
||||
document.title = "Mes Serveurs - Subsonics";
|
||||
});
|
||||
|
||||
const userStore = useUserStore();
|
||||
console.log("Last route:", globalStore.lastRoute);
|
||||
const router = useRouter();
|
||||
@@ -37,6 +42,7 @@ function inviteSubsonics() {
|
||||
window.open(botInviteUrl.value, '_blank', `popup,width=600,height=600,left=${(window.innerWidth - 600) / 2},top=${(window.innerHeight - 600) / 2}`);
|
||||
}
|
||||
|
||||
|
||||
// Vérifier RaphX pourquoi ca plante !
|
||||
|
||||
</script>
|
||||
|
Reference in New Issue
Block a user