Zlpt_Portal/src/App.vue

8 lines
113 B
Vue

<script setup lang="ts"></script>
<template>
<RouterView />
</template>
<style scoped lang="scss"></style>