jws-frontend/src/App.vue

6 lines
103 B
Vue
Raw Permalink Normal View History

2024-04-05 18:20:15 +07:00
<script setup lang="ts"></script>
2024-04-02 11:02:16 +07:00
<template>
<router-view />
</template>
<style lang="scss"></style>