Skip to content

Commit 5726da2

Browse files
authored
Merge pull request #647 from mikeu/resolve-646
Fix typo in opacity prop definition
2 parents 3efc8f4 + 235fc6c commit 5726da2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/LMarker.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export default {
3737
},
3838
opacity: {
3939
type: Number,
40-
custon: false,
40+
custom: false,
4141
default: 1.0,
4242
},
4343
zIndexOffset: {

0 commit comments

Comments
 (0)