index.vue 194 B

12345678910
  1. <template>
  2. <div
  3. class="w-full h-full bg-bg-sidebar box-border border-t-2px border-t-solid border-t-border"
  4. ></div>
  5. </template>
  6. <script setup lang="ts"></script>
  7. <style scoped></style>