Skip to content

Commit

Permalink
remove forgotten code
Browse files Browse the repository at this point in the history
  • Loading branch information
VachetVirginie committed Jul 30, 2024
1 parent f3a4942 commit 46fcdd1
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,6 @@ export default defineComponent({
},
stopInput() {
console.log(this.indexedThis.inputValue)
this.indexedThis.inputValue = this.indexedThis.inputValue.slice(
0,
10
Expand Down Expand Up @@ -560,7 +559,6 @@ export default defineComponent({
</script>

<template>
Date: {{ date }} - inputValue: {{ inputValue }}
<div class="vd-date-picker">
<!-- doc: https://vue3datepicker.com-->
<VueDatePicker
Expand Down

0 comments on commit 46fcdd1

Please sign in to comment.