16 lines
207 B
Vue
16 lines
207 B
Vue
<script setup lang="ts">
|
|
|
|
import goStore, { setReady } from "@/netcode";
|
|
</script>
|
|
|
|
<template>
|
|
<div class="root_page_div">
|
|
tehe
|
|
</div>
|
|
</template>
|
|
|
|
<style>
|
|
.root_page_div {
|
|
height: 100%;
|
|
}
|
|
</style> |