Skip to content

Commit 818be24

Browse files
Improve naming of Vue.js component
1 parent 708fb32 commit 818be24

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)