generated from VLADIMIR/template_frontend
updates
This commit is contained in:
@@ -1,12 +1,8 @@
|
||||
<script setup lang="ts">
|
||||
import GameWindow from '@/components/GameWindow.vue';
|
||||
|
||||
// import TheWelcome from '../components/TheWelcome.vue'
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<main>
|
||||
<!-- <TheWelcome /> -->
|
||||
<GameWindow />
|
||||
</main>
|
||||
<GameWindow />
|
||||
</template>
|
||||
|
||||
|
||||
@@ -0,0 +1,7 @@
|
||||
<script setup lang="ts">
|
||||
import LoginWindow from '@/components/LoginWindow.vue';
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<LoginWindow />
|
||||
</template>
|
||||
Reference in New Issue
Block a user