This repository has been archived on 2026-05-29. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
ndm-web-client/src/pages/statistics-page.vue
T
yangsy dd317df58a chore
2025-08-14 13:06:22 +08:00

8 lines
106 B
Vue

<script setup lang="ts"></script>
<template>
<div>statistics</div>
</template>
<style scoped></style>