Skip to content

Commit 47d136b

Browse files
author
Nicolò Maria Mezzopera
authored
Merge pull request #393 from dreamid27/fix-type-prop-in-l-control-attr
- Add boolean support in prop LControlAttribution Component
2 parents a36d889 + 1b1759b commit 47d136b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/LControlAttribution.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export default {
99
mixins: [ControlMixin, Options],
1010
props: {
1111
prefix: {
12-
type: String,
12+
type: [String, Boolean],
1313
default: null
1414
}
1515
},

0 commit comments

Comments
 (0)