8 lines
122 B
Vue
8 lines
122 B
Vue
<script setup lang="ts"></script>
|
|
|
|
<template>
|
|
<span>基础信息</span>
|
|
</template>
|
|
|
|
<style scoped lang="scss"></style>
|