Skip to content

Commit 555f8ca

Browse files
authored
chore(img-laxy): fix required typo (bootstrap-vue#1467)
Fixes bootstrap-vue#1466
1 parent b53715c commit 555f8ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/image/img-lazy.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export default {
3838
src: {
3939
type: String,
4040
default: null,
41-
rqeuired: true
41+
required: true
4242
},
4343
alt: {
4444
type: String,

0 commit comments

Comments
 (0)