添加创建积分本页面
This commit is contained in:
9
src/pages/point-book-detail.vue
Normal file
9
src/pages/point-book-detail.vue
Normal file
@@ -0,0 +1,9 @@
|
||||
<script setup>
|
||||
import { ref, onMounted, onUnmounted } from "vue";
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<Container> </Container>
|
||||
</template>
|
||||
|
||||
<style scoped></style>
|
||||
Reference in New Issue
Block a user