We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a869d0 commit e7d5fd8Copy full SHA for e7d5fd8
packages/paystack-inline/src/components/paystack-inline.vue
@@ -35,7 +35,7 @@ const emit = defineEmits<{
35
): void
36
}>()
37
38
-const reference = defineModel<string>()
+const reference = defineModel<string>('reference')
39
40
const props = withDefaults(defineProps<PaystackInlineProps>(), {
41
btnLabel: 'Pay Now',
0 commit comments