-
Дмитрий Малюгин authoredДмитрий Малюгин authored
App.vue 282 B
<script setup lang="ts">
</script>
<template>
<main class="container">
Hello, storybook!
</main>
</template>
<style scoped>
.container {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
font-size: 64px;
font-style: italic;
}
</style>