7 lines
100 B
Vue
7 lines
100 B
Vue
<script setup lang="ts"></script>
|
|
|
|
<template>
|
|
<main></main>
|
|
</template>
|
|
|
|
<style scoped></style>
|