mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-16 07:22:16 -07:00
initial commit
This commit is contained in:
parent
e7a6126fbd
commit
4b0dff4102
40 changed files with 13635 additions and 0 deletions
9
webclientvue/src/pages/IndexPage.vue
Normal file
9
webclientvue/src/pages/IndexPage.vue
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
<template>
|
||||
<q-page class="row items-center justify-evenly q-pa-md" style="height: 90vh; width: 100vw">
|
||||
<LoginDialog />
|
||||
</q-page>
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
import LoginDialog from 'components/LoginDialog.vue';
|
||||
</script>
|
||||
Loading…
Add table
Add a link
Reference in a new issue