jws-frontend/src/App.vue

8 lines
127 B
Vue
Raw Normal View History

2024-04-03 11:46:30 +07:00
<script setup lang="ts">
import 'iconify-icon';
</script>
2024-04-02 11:02:16 +07:00
<template>
<router-view />
</template>
<style lang="scss"></style>