2023-04-20 12:01:38 +00:00
|
|
|
<!-- App -->
|
2023-11-06 14:07:54 +00:00
|
|
|
<script setup lang="ts"></script>
|
2023-04-14 13:58:13 +00:00
|
|
|
|
|
|
|
<template>
|
2023-05-02 09:44:23 +00:00
|
|
|
<RouterView />
|
2023-04-14 13:58:13 +00:00
|
|
|
</template>
|
|
|
|
|
2023-10-19 17:45:29 +00:00
|
|
|
<style lang="scss" scoped></style>
|