alai-server/frontend/src/App.vue

8 lines
92 B
Vue
Raw Normal View History

2023-01-18 22:46:19 -03:00
<script setup></script>
2022-06-29 21:26:05 -04:00
<template>
2023-01-18 22:46:19 -03:00
<router-view />
2022-06-29 21:26:05 -04:00
</template>
2023-01-18 22:46:19 -03:00
<style scoped></style>