chore: add prettier and format
This commit is contained in:
18
app/app.vue
18
app/app.vue
@@ -1,16 +1,16 @@
|
||||
<template>
|
||||
<div class="wrapper">
|
||||
<Screen>
|
||||
<Background />
|
||||
<Stats />
|
||||
</Screen>
|
||||
</div>
|
||||
<div class="wrapper">
|
||||
<Screen>
|
||||
<Background />
|
||||
<Stats />
|
||||
</Screen>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<style>
|
||||
.wrapper {
|
||||
width: fit-content;
|
||||
height: fit-content;
|
||||
border: 1px solid red;
|
||||
width: fit-content;
|
||||
height: fit-content;
|
||||
border: 1px solid red;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user