This commit is contained in:
Yourz
2026-02-07 22:40:24 +08:00
parent 3f07dd255f
commit 37477b2e43

View File

@@ -305,6 +305,8 @@ interface Props {
loadingTier?: CheckoutTierKey | null
}
const { t } = useI18n()
const props = withDefaults(defineProps<Props>(), {
isLoading: false,
loadingTier: null