Files
shoot-miniprograms/src/pages/point-book-detail.vue

10 lines
151 B
Vue
Raw Normal View History

2025-07-29 10:46:37 +08:00
<script setup>
import { ref, onMounted, onUnmounted } from "vue";
</script>
<template>
<Container> </Container>
</template>
<style scoped></style>