潘志宝
10 天以前 ca22cdd5550cfa0defb0f430c538698182cdaec1
提交 | 用户 | 时间
820397 1 <template>
H 2   <el-image
3     src="https://shopro.sheepjs.com/admin/static/images/shop/decorate/couponCardStyle.png"
4   />
5 </template>
6 <script setup lang="ts">
7 import { UserCouponProperty } from './config'
8
9 /** 用户卡券 */
10 defineOptions({ name: 'UserCoupon' })
11 // 定义属性
12 defineProps<{ property: UserCouponProperty }>()
13 </script>
14
15 <style scoped lang="scss"></style>