UnisKB/ui/src/views/first/index.vue

8 lines
128 B
Vue
Raw Normal View History

2023-09-15 09:40:35 +00:00
<template >
<div>
first
</div>
</template>
<script setup lang="ts">
</script>
<style lang="scss" scoped></style>