81c5a74b创建于 2023年12月13日历史提交
<template>
  <Tablespace type="edit" />
</template>

<script lang="ts" setup>
  import Tablespace from './components/Tablespace.vue';
</script>