Skip to content

Commit 63b28ef

Browse files
minor #505 Improve naming of Vue.js component (94noni)
This PR was squashed before being merged into the 2.x branch. Discussion ---------- Improve naming of Vue.js component | Q | A | ------------- | --- | Bug fix? | no | New feature? | no <!-- please update src/**/CHANGELOG.md files --> | Tickets | Fix naming (and coherence like chart.js)#... <!-- prefix each issue number with "Fix #", no need to create an issue if none exist, explain below instead --> | License | MIT <!-- Replace this notice by a short README for your feature/bugfix. This will help people understand your PR and can be used as a start for the documentation. Additionally (see https://symfony.com/releases): - Always add tests and ensure they pass. - Never break backward compatibility (see https://symfony.com/bc). - Features and deprecations must be submitted against branch main. --> coming from symfony/symfony-docs#17344 and navigated on the website demos Commits ------- f50567e Improve naming of Vue.js component
2 parents a65f71a + 818be24 commit 63b28ef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ux.symfony.com/assets/vue/controllers/PackageSearch.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
v-model="search"
55
class="form-control"
66
type="search"
7-
placeholder="This search is built in Vue!"
7+
placeholder="This search is built in Vue.js!"
88
/>
99

1010
<div class="mt-3">

ux.symfony.com/templates/ux_packages/vue.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
{% endcomponent %}
3333
{% endblock %}
3434

35-
{% block demo_title %}UX Vue{% endblock %}
35+
{% block demo_title %}UX Vue.js{% endblock %}
3636

3737
{% block demo_content %}
3838
<div {{ vue_component('PackageSearch', {

0 commit comments

Comments
 (0)