Skip to content

Commit 1b1759b

Browse files
author
Muhammad Al Faris
committed
- Add boolean support in prop LControlAttribution Component
1 parent 09c46e6 commit 1b1759b

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)