feat: 쿠폰등록 추가 수정건

This commit is contained in:
최만억 (Jo)
2025-11-11 08:41:39 +00:00
committed by 김채린
parent 4b034ec009
commit a2c6c70013
2 changed files with 8 additions and 9 deletions

View File

@@ -23,7 +23,7 @@ export const useCoupon = () => {
// Refs
const couponList = ref<Array<ResCouponListItem> | null>([])
const totalCount = ref<number>(0)
const hasNoCouponList = ref<boolean>(false)
const hasNoCouponList = ref<boolean>(true)
/**
* 쿠폰 등록 내역 데이터를 세팅합니다.