8 lines
140 B
Vue
Raw Normal View History

2024-07-01 23:57:01 +08:00
<template>
<div class="dc-page">文件库</div>
</template>
<script setup lang="ts"></script>
<style lang="scss" scoped></style>