Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomasevano committed Sep 23, 2020
2 parents 2d8d149 + 52b87df commit fd8b964
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@
inputId="releaseYear"
v-model="sneakerReleaseYear"
/>
<!-- <Input
<Input
inputType="date"
inputName="Date de sortie"
inputId="releaseDate"
v-model="sneakerReleaseDate"
/>-->
/>
<button @click.prevent="searchSneaker" class="button">Rechercher</button>
</form>
</section>
Expand Down Expand Up @@ -88,7 +88,7 @@ export default {
releaseYear: this.sneakerReleaseYear,
}),
...(this.sneakerReleaseDate && {
releaseDate: this.sneakerReleaseDate,
releaseDate: this.sneakerReleaseDate + ' 23:59:59',
}),
})
)
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5193,9 +5193,9 @@ node-emoji@^1.8.1:
lodash.toarray "^4.4.0"

node-fetch@^2.6.0:
version "2.6.0"
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.0.tgz#e633456386d4aa55863f676a7ab0daa8fdecb0fd"
integrity sha512-8dG4H5ujfvFiqDmVu9fQ5bOHUC15JMjMY/Zumv26oOvvVJjM67KF8koCWIabKQ1GJIa9r2mMZscBq/TbdOcmNA==
version "2.6.1"
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.1.tgz#045bd323631f76ed2e2b55573394416b639a0052"
integrity sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw==

node-html-parser@^1.2.20:
version "1.2.20"
Expand Down

0 comments on commit fd8b964

Please sign in to comment.