Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

✨ docs: Add custom v-model guide #1297

Merged
merged 9 commits into from
Aug 9, 2021
Merged

✨ docs: Add custom v-model guide #1297

merged 9 commits into from
Aug 9, 2021

Conversation

Kelhel
Copy link
Contributor

@Kelhel Kelhel commented Jul 27, 2021

Description

Ajout du guide v-model personnalisé

Type de changement

  • Nouvelle fonctionnalité
  • Documentation

Checklist

  • Ma Pull Request pointe vers la bonne branche
  • Mon code suit le style de code du projet
  • J'ai effectué une review de mon propre code
  • J'ai commenté mon code, en particulier dans les parties difficiles à comprendre
  • J'ai apporté les modifications correspondantes à la documentation
  • Mes modifications ne génèrent aucun nouveau warning
  • J'ai ajouté des tests qui prouvent que mon correctif est efficace ou que ma fonctionnalité fonctionne
  • Les tests unitaires passent localement avec mes modifications
  • J'ai mis à jour le fichier Changelog

@Kelhel Kelhel marked this pull request as draft July 27, 2021 09:04
@Kelhel Kelhel linked an issue Jul 27, 2021 that may be closed by this pull request
@codecov
Copy link

codecov bot commented Jul 27, 2021

Codecov Report

Merging #1297 (9cc850b) into dev (1d7def8) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##               dev     #1297   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files          142       142           
  Lines         1053      1053           
  Branches       147       147           
=========================================
  Hits          1053      1053           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 1d7def8...9cc850b. Read the comment docs.

@Kelhel Kelhel marked this pull request as ready for review July 27, 2021 13:44
@Kelhel Kelhel marked this pull request as draft July 27, 2021 13:44
@PYKEngine PYKEngine self-requested a review July 27, 2021 13:46
@Kelhel Kelhel marked this pull request as ready for review July 30, 2021 08:36
@deraw deraw changed the title ✨docs: add custom v-model guide ✨ docs: Add custom v-model guide Aug 9, 2021
@deraw deraw merged commit 7d53155 into dev Aug 9, 2021
@deraw deraw deleted the feature/guides-vmodel-1272 branch August 9, 2021 15:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Guide pour créer un v-model personnalisé
3 participants