Skip to content

Commit fbe9262

Browse files
authored
Props casting
https://vuejs.org/v2/guide/components-props.html#Prop-Casing-camelCase-vs-kebab-case > HTML attribute names are case-insensitive, so browsers will interpret any uppercase characters as lowercase. That means when you’re using in-DOM templates, camelCased prop names need to use their kebab-cased
1 parent 5ea4b87 commit fbe9262

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/examples/QPagination/BoundaryLinks.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
v-model="current"
55
color="deep-orange"
66
:max="5"
7-
:boundaryLinks="true"
7+
:boundary-links="true"
88
>
99
</q-pagination>
1010
</div>

0 commit comments

Comments
 (0)