Zlpt_Portal/src/App.vue

8 lines
113 B
Vue
Raw Normal View History

2023-12-04 09:12:38 +08:00
<script setup lang="ts"></script>
2023-12-01 14:48:58 +08:00
2023-11-30 10:49:45 +08:00
<template>
2023-12-01 17:02:05 +08:00
<RouterView />
2023-11-30 10:49:45 +08:00
</template>
2023-12-01 14:48:58 +08:00
2023-12-04 09:12:38 +08:00
<style scoped lang="scss"></style>