fix: update documentation link in SingleDatePicker component to reflect v-model usage
All checks were successful
Publish to npm / publish (push) Successful in 32s

This commit is contained in:
Astrian Zheng 2025-02-26 10:48:37 +11:00
parent 9890221c85
commit 8af79850e3
Signed by: Astrian
SSH Key Fingerprint: SHA256:rVnhx3DAKjujCwWE13aDl7uV6+9U1MvydLkNRXJrBiA

View File

@ -75,7 +75,7 @@ const props = defineProps({
* date programmatically, including situations like provide a default value or control the selected
* date by parent component.
*
* @see {@link https://datenel.js.org/guide/vue3/components/SingleDatePicker.html#value}
* @see {@link https://datenel.js.org/guide/vue3/components/SingleDatePicker.html#modelvalue-a-k-a-v-model}
*
* @example new Date(2025, 0, 1)
* @default undefined (the panel will be in read-only mode)