uni-blog/blog/src/views/archive/Archive.vue

8 lines
129 B

<template>
<el-card shadow="hover">Archives</el-card>
</template>
<script setup></script>
<style lang="scss" scoped></style>