Skip to content

Commit

Permalink
fix: release issue
Browse files Browse the repository at this point in the history
  • Loading branch information
shubhadip committed May 24, 2023
1 parent cb8ebec commit 72148c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vuejs3-datepicker",
"version": "1.0.17",
"version": "1.0.18",
"description": "Vue 3 datepicker",
"files": [
"dist/*",
Expand Down
2 changes: 1 addition & 1 deletion src/components/examples/Language.vue
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export default defineComponent({
* Handler for select-day function
*/
function dateSelected(payload: Date): void {
console.log('dateSelected', payload);
console.log('dateSelected ', payload);
}
return {
Expand Down

0 comments on commit 72148c5

Please sign in to comment.