Files
cashier_wx/pages/test/test.vue

14 lines
215 B
Vue

<template>
<view class="u-p-30">
<birthdayGift></birthdayGift>
</view>
</template>
<script setup>
import birthdayGift from "@/components/birthday-modal.vue";
</script>
<style lang="scss" scoped>
</style>