-
Notifications
You must be signed in to change notification settings - Fork 29
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
feat: ✨ Mise à jour du composant Carte #593
Conversation
@@ -194,6 +204,7 @@ export const CardAvecLiens = (args) => ({ | |||
:size="size" | |||
:title="title" | |||
:horizontal="horizontal" | |||
:download: false, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
:download="download"
@@ -150,6 +158,7 @@ export const CardAvecBoutons = (args) => ({ | |||
:size="size" | |||
:title="title" | |||
:horizontal="horizontal" | |||
:download: false, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
:download="download"
@@ -114,6 +120,7 @@ export const CardSansFleche = (args) => ({ | |||
:size="size" | |||
:title="title" | |||
:horizontal="horizontal" | |||
:download: false, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
:download="download"
@@ -237,6 +249,7 @@ export const CardHorizontaleAvecBoutons = (args) => ({ | |||
:size="size" | |||
:title="title" | |||
:horizontal="horizontal" | |||
:download: false, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
:download="download"
@@ -281,6 +295,7 @@ export const CardHorizontaleEtSmallAvecLiens = (args) => ({ | |||
:size="size" | |||
:title="title" | |||
:horizontal="horizontal" | |||
:download: false, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
:download="download"
…ette PR a pour but de s'aligner sur leur dernière version
97e688b
to
e9b826d
Compare
✅ Deploy Preview for vue-dsfr ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
🎉 This PR is included in version 4.7.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
Le DSFR a apporté une nouvelle propriété au composant Card, cette PR a pour but de s'aligner sur leur dernière version