Skip to content

Commit a2c71fc

Browse files
committed
fix(datepicker): JSDoc for setValue method
1 parent 3ac6d5b commit a2c71fc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/components/Datepicker.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -748,7 +748,8 @@ export default {
748748
}
749749
},
750750
/**
751-
* Set the datepicker value (and, if typeable, update `latestValidTypedDate`) * @param {Date|String|Number|null} date
751+
* Set the datepicker value (and, if typeable, update `latestValidTypedDate`)
752+
* @param {Date|String|Number|null} date
752753
*/
753754
setValue(date) {
754755
this.selectedDate = date || null

0 commit comments

Comments
 (0)