We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Examples
Exemples
1 parent 8904291 commit c1ecff2Copy full SHA for c1ecff2
src/v2/examples/modal.md
@@ -1,5 +1,5 @@
1
---
2
-title: Composant d'une fenêtre modale
+title: Composant fenêtre modale
3
type: examples
4
order: 6
5
themes/vue/layout/partials/sidebar.ejs
@@ -14,7 +14,7 @@
14
Apporter son soutien
15
</a>
16
<h2>
17
- <%- type === 'api' ? 'API' : (type.charAt(0).toUpperCase() + type.slice(1)) %>
+ <%- type === 'api' ? 'API' : (type === 'examples' ? 'Exemples' : (type.charAt(0).toUpperCase() + type.slice(1))) %>
18
<% if (type !== 'cookbook') { %>
19
<select class="version-select">
20
<option value="SELF" selected>2.0</option>
0 commit comments