Files
pihkaal-me/app/app.vue

17 lines
221 B
Vue

<template>
<div class="wrapper">
<Screen>
<Background />
<Stats />
</Screen>
</div>
</template>
<style>
.wrapper {
width: fit-content;
height: fit-content;
border: 1px solid red;
}
</style>